From: Guillaume Pellerin Date: Thu, 6 Aug 2015 22:51:11 +0000 (+0200) Subject: again X-Git-Tag: 1.1~185^2~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3bb59bc3b7f1297f5a869deef074e556d4f86fab;p=teleforma.git again --- diff --git a/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py b/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py index 9acca314..139b8d88 100644 --- a/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py +++ b/teleforma/management/commands/teleforma-exam-submit-scripts-debug.py @@ -35,7 +35,7 @@ class Command(BaseCommand): logger = Logger(args[0]) for script in Script.objects.filter(status=2): logger.logger.info(script.title) - logger.logger.info(script.id + ' : ' + script.url) + logger.logger.info(str(script.id) + ' : ' + script.url) if not script.file: logger.logger.error('No file!') script.submit()