Ignore:
Timestamp:
Dec 22, 2020 4:09:47 PM (2 years ago)
Author:
toby
Message:

add UTF to config.py; covariance: add reduced Chi2 & help button; wx4.1 warning; RB param labeling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4672 r4680  
    56465646            return True
    56475647    import datetime
    5648     fp.write("'''\n")
     5648    fp.write("# -*- coding: utf-8 -*-\n'''\n")
    56495649    fp.write("*config.py: Configuration options*\n----------------------------------\n")
    5650     fp.write("This file created in SelectConfigSetting on {:%d %b %Y %H:%M}\n".
     5650    fp.write("This file created in SelectConfigSetting on {:%d %m %Y %H:%M}\n".
    56515651             format(datetime.datetime.now()))
    56525652    fp.write("'''\n\n")
Note: See TracChangeset for help on using the changeset viewer.