From: Jonatan Schlag Date: Sat, 8 Sep 2018 17:58:45 +0000 (+0200) Subject: Add source code comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd9bd26a1aa53744ff5fa187329260d592c5f2a4;p=people%2Fjschlag%2Fnitsi.git Add source code comment Signed-off-by: Jonatan Schlag --- diff --git a/nitsi.in b/nitsi.in index 12bff89..1c5fd17 100755 --- a/nitsi.in +++ b/nitsi.in @@ -58,7 +58,7 @@ def main(): elif args.log_level == "error": logger.setLevel(logging.ERROR) - + # Here we are going to run a test if args.subparsers_name == "run-test": if not (args.dir or args.recipe): logger.error("You need to provide at least a director of a test '-d' or a recipe file '-r'")