From: Guillaume Pellerin Date: Fri, 18 Jul 2014 06:41:16 +0000 (+0200) Subject: info X-Git-Tag: 1.1~418 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8e333fcdc6d1807bf5aed3c5ab84023dce012032;p=teleforma.git info --- diff --git a/teleforma/management/commands/teleforma-exam-submit-scripts.py b/teleforma/management/commands/teleforma-exam-submit-scripts.py index 6be69a8b..70b9fe70 100644 --- a/teleforma/management/commands/teleforma-exam-submit-scripts.py +++ b/teleforma/management/commands/teleforma-exam-submit-scripts.py @@ -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])