Changeset 7902
- Timestamp:
- Jul 13, 2010, 12:56:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/create_win_installer.py
r7900 r7902 53 53 """Some sort of error, report and abort.""" 54 54 55 print('abort: stop=%s' % str(stop))56 57 55 xlog('*' * 80) 58 56 xlog(msg) … … 81 79 if bad and not Force: 82 80 abort('Sorry, documentation files are missing.\n' 83 'You must release on Linux before Windows.' , stop=False)81 'You must release on Linux before Windows.') 84 82 85 83
Note: See TracChangeset
for help on using the changeset viewer.