From fc5e4dc0f2e139a519926eb955ea80b0d7e98633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 12 Feb 2020 18:02:51 +0100 Subject: [PATCH] change options --- workdirfs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workdirfs.py b/workdirfs.py index 58461a5..e58fd7e 100755 --- a/workdirfs.py +++ b/workdirfs.py @@ -228,8 +228,8 @@ if __name__ == '__main__': all day till 3 o'clock in the morning, set it to 4, so next day archive-dir will be created 4 hours after midnight. You have 1h tolerance, if you're working one day a little bit longer""") - parser.add_argument("-y", "--yearlydir", action="store_true") - parser.add_argument("-M", "--monthlydir", action="store_true") + parser.add_argument("-y", "--yearlydir", default=False) + parser.add_argument("-M", "--monthlydir", default=False) args = parser.parse_args() print(args) #root = os.environ['HOME']+'/archive'