This commit is contained in:
root
2018-03-27 12:38:19 +00:00

View File

@ -139,6 +139,7 @@ result_dict = {}
for app, info in apps_list.items():
print("---")
print("Processing '%s'..." % app)
app = app.lower()
# Store usefull values
app_branch = info['branch']