Merge remote-tracking branch 'github/main' into dev

This commit is contained in:
Patrick Lehmann
2022-10-25 22:42:37 +02:00

View File

@@ -70,7 +70,7 @@ def GetListOfArtifacts(argv, files):
if len(flist) < 1:
stdout.flush()
raise (Exception("Empty list of files to upload/update!"))
return flist
return sorted(flist)
def GetGitHubAPIHandler(token):