Changeset 4242


Ignore:
Timestamp:
Jan 9, 2020 3:39:44 PM (4 years ago)
Author:
toby
Message:

bootstrap fix error

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r4239 r4242  
    456456    msg += ' without correcting this.\n\nError message:\n'
    457457    if res:
    458         msg += res.decode()
     458        msg += res
    459459        msg += '\n'
    460460    if err:
    461         msg += err.decode()
     461        msg += err
    462462    #print('\nAttempting to open a web page on compiling GSAS-II...')
    463463    msg += '\n\nPlease see web page\nhttps://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/CompileGSASII'
  • install/g2complete/src/bootstrap.py

    r4239 r4242  
    456456    msg += ' without correcting this.\n\nError message:\n'
    457457    if res:
    458         msg += res.decode()
     458        msg += res
    459459        msg += '\n'
    460460    if err:
    461         msg += err.decode()
     461        msg += err
    462462    #print('\nAttempting to open a web page on compiling GSAS-II...')
    463463    msg += '\n\nPlease see web page\nhttps://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/CompileGSASII'
Note: See TracChangeset for help on using the changeset viewer.