Skip to content

Commit

Permalink
[flake8] minor style issues in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Nov 27, 2023
1 parent b5c0c90 commit e2b5b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/ensembleResistnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ def __init__(self):
self.display_help(
"\nExiting because getopt returned non-zero exit status."
)
# set defaults

# set defaults
self.set_default_values()

# parse arguments
# parse arguments
self.set_arguments(options)

# check mandatory settings
Expand Down
2 changes: 1 addition & 1 deletion scripts/simResistnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ def display_help(self, message=None):

# Call main function
if __name__ == '__main__':
main()
main()

0 comments on commit e2b5b8d

Please sign in to comment.