Changeset 2128 for install/bootstrap.py


Ignore:
Timestamp:
Jan 20, 2016 10:34:07 AM (8 years ago)
Author:
toby
Message:

fix quotes on install error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r1867 r2128  
    3535            return
    3636        except:
    37             print "\nInstall of '+package+' failed. Please report this information:"
     37            print "\nInstall of "+package+" failed. Please report this information:"
    3838            import traceback
    3939            print traceback.format_exc()
Note: See TracChangeset for help on using the changeset viewer.