- Timestamp:
- Apr 23, 2021 11:19:22 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIdataGUI.py ΒΆ
r4889 r4890 1780 1780 while True: # loop until we get a file that works or we get a cancel 1781 1781 instfile = '' 1782 pth = G2G.GetImportPath(self) 1782 pth = os.path.dirname(filename) #look in same place data was found 1783 # pth = G2G.GetImportPath(self) 1783 1784 if not pth: pth = '.' 1784 1785 extOrd = [0,1]
Note: See TracChangeset
for help on using the changeset viewer.