Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
Paul-Ferrell authored Aug 7, 2023
1 parent b861718 commit 011e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pavilion/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main():
"""Setup Pavilion and run a command."""

# Pavilion is compatible with python >= 3.4
if (sys.version_info[0] != SUPPORTED_MAJOR_VERSION
if (sys.version_info[0] != SUPPORTED_MAJOR_VERSION
or sys.version_info[1] < MIN_SUPPORTED_MINOR_VERSION):
output.fprint(sys.stderr, "Pavilion requires python 3.6 or higher.", color=output.RED)
sys.exit(-1)
Expand Down

0 comments on commit 011e272

Please sign in to comment.