Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
logger bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjpesce committed Feb 11, 2016
1 parent c36bf0a commit 1a6e635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fec_raw/management/commands/loadfecrawdata.py
Expand Up @@ -37,7 +37,7 @@ def handle(self, *args, **options):
}

if options['flush']:
logger.info('Flushing the DB')
self.log('Flushing the DB')
for model in name_to_model.values():
model.objects.all().delete()

Expand Down

0 comments on commit 1a6e635

Please sign in to comment.