Move build products into out/
[iron-blogger] / report.py
index 395988990af17eab2260fd38ea2b1b3a616c8593..2c9a97e584bee6c6bacfa2de6cb87505018b8d84 100644 (file)
--- 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)

Benjamin Mako Hill || Want to submit a patch?