From cd2d016013ba38513317cc499d81a1da860cb4c3 Mon Sep 17 00:00:00 2001 From: JVallant Date: Wed, 14 Jun 2023 17:35:20 +0200 Subject: [PATCH] Comment update --- autodoist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodoist.py b/autodoist.py index c60aa9c..28d9505 100644 --- a/autodoist.py +++ b/autodoist.py @@ -343,7 +343,7 @@ def initialise_api(args): 'Wrong regeneration mode. Please choose a number from 0 to 2. Check --help for more information on the available modes.') exit(1) - # Check if separator is a sensible character: + # Check if add_parent is a sensible separator: if args.add_parent is not None: if len(args.add_parent) > 1: logging.error(