Project

General

Profile

Actions

Bug #5263

closed

redux cachefs may attempt to remove root diskcache_path

Added by Anchi Cheng over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Sargis Dallakyan
Category:
-
Start date:
10/12/2017
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:

Description

The removal of empty parent directory make this a possible situation.

The error message:

  File "/Users/acheng/myami/redux/cachefs.py", line 142, in remove
    self.removedir(os.path.dirname(name), recursive=True)
  File "/Users/acheng/miniconda/lib/python2.7/site-packages/fs-0.5.1-py2.7.egg/fs/errors.py", line 257, in wrapper
    return func(self,*args,**kwds)
  File "/Users/acheng/miniconda/lib/python2.7/site-packages/fs-0.5.1-py2.7.egg/fs/osfs/__init__.py", line 291, in removedir
    raise RemoveRootError(path)
RemoveRootError: Can't remove root dir

We don't want it to stop redux.

Actions #1

Updated by Anchi Cheng over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Anchi Cheng over 6 years ago

  • Status changed from Assigned to In Test
  • Assignee changed from Anchi Cheng to Sargis Dallakyan
Actions #3

Updated by Sargis Dallakyan over 6 years ago

  • Status changed from In Test to Closed

Thanks Anchi.

Actions

Also available in: Atom PDF