Changeset 4635 for trunk/GSASIIrestrGUI.py
- Timestamp:
- Nov 1, 2020 11:11:13 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r4594 r4635 80 80 if dlg.ShowModal() == wx.ID_OK: 81 81 macfile = dlg.GetPath() 82 macro = open(macfile,' Ur')82 macro = open(macfile,'r') 83 83 head = macro.readline() 84 84 if macName not in head: … … 98 98 if dlg.ShowModal() == wx.ID_OK: 99 99 csvfile = dlg.GetPath() 100 mogul = open(csvfile,' Ur')100 mogul = open(csvfile,'r') 101 101 head = mogul.readline() 102 102 if 'Type' not in head:
Note: See TracChangeset
for help on using the changeset viewer.