Commit c92a0de3 by Bach Dániel

fix flake8 warning

parent 7002624e
......@@ -101,7 +101,7 @@ def recover_from_trash(datastore, disk_name):
if path.exists(path.join(datastore, disk_name)):
return False
disk_path = path.join(datastore, trash_directory, disk_name)
#TODO: trash dir configurable?
# TODO: trash dir configurable?
move(disk_path, datastore)
return True
......
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 sign in to comment