From 126125c377a62a05ac43bc508409a65bc2455e0b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 19 Jan 2022 00:03:23 +0100 Subject: [PATCH] hotfix 2 --- setup.py | 2 +- trueupdate/__init__.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75a764cd..0a307d4e 100644 --- a/setup.py +++ b/setup.py @@ -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". diff --git a/trueupdate/__init__.py b/trueupdate/__init__.py index 14ccce14..212235d8 100644 --- a/trueupdate/__init__.py +++ b/trueupdate/__init__.py @@ -90,6 +90,8 @@ def process_args(): VERSIONING = args.versioning if args.sync: SYNC = True + else: + SYNC = False def sync_catalog(): if SYNC: