-compare relative paths instead of full paths on bootup

This commit is contained in:
martin 2011-07-07 17:41:08 -04:00
parent 8574eb7063
commit 9d994aa225
3 changed files with 19 additions and 9 deletions

View file

@ -407,6 +407,10 @@ class AirTimeApiClient(ApiClientInterface):
return response
#returns a list of all db files for a given directory in JSON format:
#{"files":["path/to/file1", "path/to/file2"]}
#Note that these are relative paths to the given directory. The full
#path is not returned.
def list_all_db_files(self, dir_id):
logger = logging.getLogger()
try: