This commit is contained in:
kjeld Schouten-Lebbing 2022-01-19 00:03:23 +01:00
parent 3be0715b43
commit 126125c377
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read()
setup(
name="trueupdate",
version="2.0.1",
version="2.0.2",
# The packages that constitute your project.
# For my project, I have only one - "pydash".

View File

@ -90,6 +90,8 @@ def process_args():
VERSIONING = args.versioning
if args.sync:
SYNC = True
else:
SYNC = False
def sync_catalog():
if SYNC: