diff options
| author | negasora <negasora@users.noreply.github.com> | 2018-06-07 16:16:56 -0400 |
|---|---|---|
| committer | plafosse <peter@vector35.com> | 2018-06-07 16:16:56 -0400 |
| commit | 89248d9bdcf24e5ba4e49ae9871161648fd2d5a0 (patch) | |
| tree | 87ce9031853472146e066e49903aafdd83d2a60d /suite/generator.py | |
| parent | ef3496d4002190535da0dd546bc1d8926305c90f (diff) | |
binary fix (#1055)
Diffstat (limited to 'suite/generator.py')
| -rwxr-xr-x | suite/generator.py | 2 |
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) |
