cc-4105: refactored a few routines, added more comments
This commit is contained in:
parent
b3fea71916
commit
6214ac961d
6 changed files with 30 additions and 30 deletions
|
@ -37,6 +37,6 @@ class SyncDB(Loggable):
|
|||
"""
|
||||
returns all the files given some dir_id. this method is here for "symmetry". it's not actually used anywhere
|
||||
"""
|
||||
return self.directory_get_files(self.id_get_files[dir_id])
|
||||
return self.directory_get_files(self.id_lookup[dir_id])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue