Fix Travis and reverted Rules.cpp due to many compilation error for pointers.

This commit is contained in:
Vittorio Alfieri
2023-05-09 01:01:39 +02:00
parent 5f466399af
commit 2c68ea91f7
3 changed files with 3 additions and 26 deletions

View File

@@ -43,7 +43,7 @@ def main():
asset_url = t.expand(name = options.remote)
r = requests.post(asset_url, headers = headers, data = open(options.local, 'rb').read(),verify=False)
s = 'File ' + options.local + ' has been uploaded as ' + options.remote + '.'
print(s)
print s
else:
parser.print_help()
return