Skip to content

Commit

Permalink
trivial: style fix for autopep8 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 committed Aug 9, 2024
1 parent 9961fbf commit fd0a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-tool/simulate_scripts/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def parse_args():

def notice(message):
# Don't call this without initialising `progname`.
assert(progname)
assert (progname)
sys.stderr.write("{}: {}".format(progname, message))
sys.stderr.flush()

Expand Down

0 comments on commit fd0a5ec

Please sign in to comment.