Skip to content

Commit

Permalink
fix : minor edit in version check script #177
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 8, 2022
1 parent 31170fe commit 6848bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"(u'ProductVersion', u'{0}, {1}, {2}, {3}')"]
TEST_ITEMS = ["New Version ({0}) Is Available!"]

META_ITEMS = ['{% set version = "{0}" %}']
META_ITEMS = ['% set version = "{0}" %']

FILES = {
"setup.py": SETUP_ITEMS, "INSTALL.md": INSTALL_ITEMS, "CHANGELOG.md": CHANGELOG_ITEMS, os.path.join(
Expand Down

0 comments on commit 6848bca

Please sign in to comment.