diff --git a/src/gam-install.sh b/src/gam-install.sh index f3a0d345..702c7e13 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -139,7 +139,7 @@ try: print(asset[sys.argv[1]]) break except KeyError: - print 'ERROR: assets value not found in JSON value of:\n\n%s' % release" + print('ERROR: assets value not found in JSON value of:\n\n%s' % release)" pycmd="python" $pycmd -V >/dev/null 2>&1