]> git.parisson.com Git - teleforma.git/commitdiff
info
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Jul 2014 06:41:16 +0000 (08:41 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Jul 2014 06:41:16 +0000 (08:41 +0200)
teleforma/management/commands/teleforma-exam-submit-scripts.py

index 6be69a8b6eaa07fb5cf0d50f355bb9c3cec3f24f..70b9fe70e246ba428bcc967273fbd4fbe709ca2a 100644 (file)
@@ -26,6 +26,7 @@ class Logger:
 
 class Command(BaseCommand):
     help = "submit all script to Box View"
+    args = "log_file"
 
     def handle(self, *args, **options):
        logger = Logger(args[0])