Changeset 4635 for trunk/GSASIIdataGUI.py
- Timestamp:
- Nov 1, 2020 11:11:13 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4628 r4635 694 694 except UnicodeDecodeError: 695 695 rdmsg = None 696 fp.close() 696 697 if rdmsg is None or not all([ord(c) < 128 and ord(c) != 0 for c in rdmsg]): # show only if ASCII 697 698 rdmsg = u'File '+ filename +u' is a binary file. Do you want to read this file?' … … 1464 1465 fp = 0 1465 1466 try: 1466 fp = open(instfile,' Ur')1467 fp = open(instfile,'r') 1467 1468 Iparm = {} 1468 1469 for S in fp:
Note: See TracChangeset
for help on using the changeset viewer.