Changeset 5047 for trunk/GSASIIpath.py
- Timestamp:
- Oct 14, 2021 4:59:02 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r5046 r5047 924 924 msg = 'Entering IPython console inside {0.f_code.co_filename} at line {0.f_lineno}\n'.format(frame) 925 925 if userMsg: msg += userMsg 926 # globals().update(locals()) # This might help with vars inside list comprehensions, etc. 926 927 ipshell(msg,stack_depth=2) # Go up one level, to see the calling routine 927 928 sys.excepthook = savehook # reset IPython's change to the exception hook
Note: See TracChangeset
for help on using the changeset viewer.