diff --git a/CHANGELOG.md b/CHANGELOG.md index 81db622..e62f349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.5.24 + +* Eliminate overwrite error in cli + ## v0.5.23 * Fix cli initial pull in empty workspace diff --git a/presalytics/cli.py b/presalytics/cli.py index 2ff8fe4..815b6bb 100644 --- a/presalytics/cli.py +++ b/presalytics/cli.py @@ -391,6 +391,7 @@ def main(): outline = presalytics.lib.tools.workflows.pull_outline(args.id, username=args.username, password=args.password) _dump(outline, filename, args.overwrite, args.json) pull = False + write = False else: logger.error("Could not find file: {}".format(filename)) return diff --git a/setup.py b/setup.py index d071195..26bcf07 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "presalytics" -VERSION = "0.5.23" +VERSION = "0.5.24" # To install the library, run the following #