From 89248d9bdcf24e5ba4e49ae9871161648fd2d5a0 Mon Sep 17 00:00:00 2001 From: negasora Date: Thu, 7 Jun 2018 16:16:56 -0400 Subject: binary fix (#1055) --- suite/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'suite/generator.py') diff --git a/suite/generator.py b/suite/generator.py index b2aefa23..347d0d84 100755 --- a/suite/generator.py +++ b/suite/generator.py @@ -251,7 +251,7 @@ def main(): options, args = parser.parse_args() if not os.path.exists(os.path.join(os.getcwd(), 'suite')): - print "Error: Please run this script from the binaryninja-api root directory" + print("Error: Please run this script from the binaryninja-api root directory") sys.exit(1) myprint("[+] INFO: Using test store: %s" % options.test_store) -- cgit v1.3.1