enable writing to redmine

This commit is contained in:
Frédéric Péters 2018-12-26 10:09:08 +01:00
parent 8ecff700c4
commit 2ae6b076ee
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ class Command(BaseCommand):
if verbosity > 1:
print('%s (%s/%s) https://dev.entrouvert.org/issues/%s' % (project, i+1, len(issues), issue.id))
issue.status_id = DEPLOYED_ID
#issue.save()
issue.save()