From 767d23d0672c2f48248d4058be9b79fe5fc445c9 Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Mon, 9 Jul 2018 11:22:38 -0600 Subject: [PATCH] Allow new paths for history log option. If the path does not exist IPA will attempt to create it. --- ipa/scripts/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa/scripts/cli.py b/ipa/scripts/cli.py index 9def8362..eb0d94ef 100644 --- a/ipa/scripts/cli.py +++ b/ipa/scripts/cli.py @@ -118,7 +118,7 @@ def main(context, no_color): @click.option( '-h', '--history-log', - type=click.Path(exists=True), + type=click.Path(), help='ipa history log file location. Default: ~/.config/ipa/.history' ) @click.option(