From 3bb59bc3b7f1297f5a869deef074e556d4f86fab Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 7 Aug 2015 00:51:11 +0200 Subject: [PATCH] again --- .../management/commands/teleforma-exam-submit-scripts-debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5