Skip to content

Commit

Permalink
Fix Python linter error - Part 10 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalfishpond authored and matrixik committed Nov 21, 2017
1 parent 71d04fe commit aa1517f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions monasca-log-persister/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def main():
tmle = Template(in_file.read())
out_file.write(tmle.render(os.environ))


if __name__ == '__main__':
main()
1 change: 1 addition & 0 deletions monasca-log-transformer/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def main():
tmle = Template(in_file.read())
out_file.write(tmle.render(os.environ))


if __name__ == '__main__':
main()

0 comments on commit aa1517f

Please sign in to comment.