Skip to content

Commit

Permalink
fix : minor edit in version check script
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 8, 2022
1 parent 6b12e9d commit f66b3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"Documents", "Padulles2.ipynb"): DOCUMENT_ITEMS, os.path.join(
"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", "Test", "test_Functions.py"): TEST_ITEMS,os.path.join(
"otherfile", "meta.yaml"): META_ITEMS}

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

Expand Down

0 comments on commit f66b3e1

Please sign in to comment.