1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Merged in james-duley/librepilot/LP-111_UAVO_hash_only_xml_files (pull request #159)

LP-111 UAVO hash only xml files
This commit is contained in:
Philippe Renon 2016-01-24 13:55:04 +01:00
commit 596f3cb272

View File

@ -359,6 +359,7 @@ def get_hash_of_dirs(directory, verbose = 0, raw = 0, n = 40):
files.sort()
for names in files:
if names.endswith('.xml')
if verbose == 1:
print 'Hashing', names
filepath = os.path.join(root, names)