summaryrefslogtreecommitdiff
path: root/suite/generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'suite/generator.py')
-rwxr-xr-xsuite/generator.py2
1 files changed, 1 insertions, 1 deletions
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)