Changeset 5047 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Oct 14, 2021 4:59:02 PM (18 months ago)
Author:
toby
Message:

CIF export fixes; work around for IsModified?() not showing changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r5046 r5047  
    924924    msg   = 'Entering IPython console inside {0.f_code.co_filename} at line {0.f_lineno}\n'.format(frame)
    925925    if userMsg: msg += userMsg
     926    # globals().update(locals()) # This might help with vars inside list comprehensions, etc.
    926927    ipshell(msg,stack_depth=2) # Go up one level, to see the calling routine
    927928    sys.excepthook = savehook # reset IPython's change to the exception hook
Note: See TracChangeset for help on using the changeset viewer.