X-Git-Url: https://projects.mako.cc/source/iron-blogger/blobdiff_plain/1f7eb175f5f015bb72bfb79b80d20443f839a162..32e6bed76a40a5464923cd78ce0ff8be5146f98e:/report.py diff --git a/report.py b/report.py index 3959889..2c9a97e 100644 --- a/report.py +++ b/report.py @@ -49,5 +49,5 @@ for (username, u) in users.items(): for (i, w) in enumerate(weeks): print " [%d]: %s" % (i, w) -with open('report.yml', 'w') as f: +with open('out/report.yml', 'w') as f: yaml.safe_dump(log, f)