Skip to content

Commit

Permalink
fix : minor edit in version_check.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 14, 2023
1 parent ea0b9ad commit 467d7a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"otherfile", "test.html"): HTML_ITEMS, os.path.join(
"opem", "Params.py"): PARAMS_ITEMS, os.path.join(
"opem", "Test", "test_Functions.py"): TEST_ITEMS, os.path.join(
"otherfile", "meta.yaml"): META_ITEMS, "OPEM.spec": SPEC_ITEMS}
"otherfile", "meta.yaml"): META_ITEMS,
"OPEM.spec": SPEC_ITEMS}

TEST_NUMBER = len(FILES.keys()) + 1

Expand Down

0 comments on commit 467d7a7

Please sign in to comment.