Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 3, 2024
1 parent bdc332b commit 3de2599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/version/version_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def version_factory() -> AbstractVersion:
version = get_config_int_or_none("Machine", "version")

if version == -1:
# test needs a version but which would CAN not metter
# test needs a version but ANY version will work
# Use the fact that we run actions against different python versions
minor = sys.version_info.minor
options = [2, 5, 201]
Expand Down

0 comments on commit 3de2599

Please sign in to comment.