]> git.ipfire.org Git - nitsi.git/commitdiff
Add source code comment
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 8 Sep 2018 17:58:45 +0000 (19:58 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 8 Sep 2018 17:58:45 +0000 (19:58 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
nitsi.in

index 12bff89d654dcfb3c3c548ae4ca2f3c21a90b2f7..1c5fd178e741ce47e330bdca3ccb1e50a40605cf 100755 (executable)
--- 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'")