summaryrefslogtreecommitdiff
path: root/suite/generator.py
diff options
context:
space:
mode:
authornegasora <negasora@users.noreply.github.com>2018-06-07 16:16:56 -0400
committerplafosse <peter@vector35.com>2018-06-07 16:16:56 -0400
commit89248d9bdcf24e5ba4e49ae9871161648fd2d5a0 (patch)
tree87ce9031853472146e066e49903aafdd83d2a60d /suite/generator.py
parentef3496d4002190535da0dd546bc1d8926305c90f (diff)
binary fix (#1055)
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)