Skip to content

Commit

Permalink
abs - linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bsaakash committed Sep 3, 2024
1 parent 2976f59 commit e8bfc3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

def err_exit(msg): # noqa: D103
print('Failed in wind load generator: ' + msg) # display in stdout # noqa: T201
print(
print( # noqa: T201
'Failed in wind load generator: ' + msg,
file=sys.stderr,
) # display in stderr
Expand Down

0 comments on commit e8bfc3d

Please sign in to comment.