Changeset 4680 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Dec 22, 2020 4:09:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4672 r4680 5646 5646 return True 5647 5647 import datetime 5648 fp.write(" '''\n")5648 fp.write("# -*- coding: utf-8 -*-\n'''\n") 5649 5649 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". 5651 5651 format(datetime.datetime.now())) 5652 5652 fp.write("'''\n\n")
Note: See TracChangeset
for help on using the changeset viewer.