~sproaty/whyteboard/development

« back to all changes in this revision

Viewing changes to buildfiles/scripts/update-version.py

  • Committer: Steven Sproat
  • Date: 2012-02-12 22:40:10 UTC
  • Revision ID: sproaty@gmail.com-20120212224010-fhjru933n799u1ai
add logs to reporting bug email; sorting out logging for release, validate email on bug report/suggest to provide email if blank

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
meta = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "whyteboard", "misc", "meta.py"))
36
36
 
37
 
print 'meta found at %s' % meta
 
37
print 'meta.py found at %s' % meta
38
38
 
39
39
lines = []
40
40
for line in open(meta):