Changeset 7902


Ignore:
Timestamp:
Jul 13, 2010, 12:56:49 PM (14 years ago)
Author:
wilsonr
Message:

Removed fudge that allowed missing doc to be ignored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/create_win_installer.py

    r7900 r7902  
    5353    """Some sort of error, report and abort."""
    5454
    55     print('abort: stop=%s' % str(stop))
    56    
    5755    xlog('*' * 80)
    5856    xlog(msg)
     
    8179    if bad and not Force:
    8280        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.')
    8482
    8583
Note: See TracChangeset for help on using the changeset viewer.