Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 24, 2014
1 parent a3ed338 commit 61cac82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ def handle(self, *args, **options):
self.set_options(*args, **options)
# Ignore MySQL "note" warnings so this can be run with DEBUG=True
self.cursor.execute("""SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0;""")
self.log("Quarterly filings")
self.log(" Quarterly filings")
self.transform_quarterly_contributions_csv()
self.load_quarterly_contributions()
self.log("Late filings")
self.log(" Late filings")
self.transform_late_contributions_csv()
self.load_late_contributions()
# Revert database to default "note" warning behavior
Expand Down

0 comments on commit 61cac82

Please sign in to comment.