Commit d2529dcd authored by David Glick's avatar David Glick

missed one change

parent fe88a98a
...@@ -604,7 +604,7 @@ class ObjectManager( ...@@ -604,7 +604,7 @@ class ObjectManager(
raise BadRequest, 'Invalid file name %s' % escape(file) raise BadRequest, 'Invalid file name %s' % escape(file)
cfg = getConfiguration() cfg = getConfiguration()
for impath in (cfg.instancehome, cfg.zopehome): for impath in (cfg.instancehome, cfg.zopehome, cfg.clienthome):
filepath = os.path.join(impath, 'import', file) filepath = os.path.join(impath, 'import', file)
if os.path.exists(filepath): if os.path.exists(filepath):
break break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment