Changeset 4023 for trunk/GSASIIscriptable.py
- Timestamp:
- Jun 11, 2019 10:31:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIscriptable.py
r4021 r4023 807 807 808 808 :param str level: a string used to set the print level, which may be 809 'all', 'warn', 'error' or 'none'.810 Note that capitalization and extra letters in level are ignored, so811 'Warn', 'warnings', etc. will all set the mode to 'warn'809 'all', 'warn', 'error' or 'none'. 810 Note that capitalization and extra letters in level are ignored, so 811 'Warn', 'warnings', etc. will all set the mode to 'warn' 812 812 ''' 813 813 G2fil.G2SetPrintLevel(level)
Note: See TracChangeset
for help on using the changeset viewer.