Feature #15886
closed
- Parent task deleted (
#14532)
- Related to Idea #14532: [Epic] Port to Python 3 to for Python 2 sunset in December 2019 added
- Target version changed from Arvados Future Sprints to 2020-08-26 Sprint
- Assigned To set to Nico César
- Description updated (diff)
- Subject changed from Update arv-web and example to Delete arv-web and example
- Related to Bug #11794: Deprecate / remove arv-web added
- Tracker changed from Task to Feature
services/fuse/arvados_fuse/fusedir.py has a comment related to arv-web.
# Used by arv-web.py to switch the contents of the CollectionDirectory
def change_collection(self, new_locator):
"""Switch the contents of the CollectionDirectory.
Must be called with llfuse.lock held.
"""
self.collection_locator = new_locator
self.collection_record = None
self.update()
Are we using change_collection() for something else ?
- Status changed from New to In Progress
this is the only thing left:
grep -r -E '\barv-web\b' *
services/fuse/arvados_fuse/fusedir.py: # Used by arv-web.py to switch the contents of the CollectionDirectory
LGTM!
I wouldn't touch fusedir.py
as it's on its way out.
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Also available in: Atom
PDF