mirror of https://github.com/openXC7/prjxray.git
Make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
1145e9a270
commit
c47746476d
|
|
@ -372,7 +372,7 @@ def main(argv):
|
|||
fuzzer_dir,
|
||||
fuzzer_logdir,
|
||||
logger,
|
||||
will_retry=retry_count < (args.retries-1),
|
||||
will_retry=retry_count < (args.retries - 1),
|
||||
)
|
||||
if exit_code <= 0:
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in New Issue