From 65da6f39dc77a5ef0041c732152e76f7065095e4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 24 May 2018 10:41:51 -0400 Subject: [PATCH] Update gam-install.sh --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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