Skip to content
Snippets Groups Projects
Commit 4d24202a authored by Olivier Le Brouster's avatar Olivier Le Brouster
Browse files

fix: verbosity in estimsync command

parent dfbd9fc8
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,9 @@ class Command(BaseCommand):
dry_run = options['dry_run']
if dry_run:
dry_run_label = '[DRY]: '
verbosity = options['verbosity']
else:
dry_run_label = ''
verbosity = int(options['verbosity'])
# ajout / mise à jour
events = [
(event, data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment