Skip to content

Commit

Permalink
adding pep8 stuff (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
iheitlager committed Apr 30, 2017
1 parent 29844c3 commit 9979376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_migrator/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ def _filehandle(self, e):
self.log.debug('%s: opening %r', e.meta.model_name, _filename)
f = open(_filename, "w")
else:
self.log.debug('%s: writing to stdout', (e._meta.model_name))
self.log.debug('%s: writing to stdout', e._meta.model_name)
f = sys.stdout
return f

0 comments on commit 9979376

Please sign in to comment.