Commit 4f63d85c authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_prototype: Refactor syntax error

parent 0667a3ac
...@@ -475,7 +475,7 @@ def createInstallationData(package_list): ...@@ -475,7 +475,7 @@ def createInstallationData(package_list):
else: else:
# Leave the metadata in final_data in case the hash matches, # Leave the metadata in final_data in case the hash matches,
# else add it to conflicted_data # else add it to conflicted_data
if final_data[path]['sha'] == object_metadata['sha'] if final_data[path]['sha'] == object_metadata['sha']:
continue continue
else: else:
conflicted_data[path] = [object_metadata] conflicted_data[path] = [object_metadata]
......
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 to comment