SaveFigureThread update
This commit is contained in:
4
base.py
4
base.py
@@ -158,7 +158,7 @@ class BaseWindow(QMainWindow):
|
||||
except KeyError as ex:
|
||||
pass
|
||||
|
||||
'''
|
||||
|
||||
try:
|
||||
resultsSeq = self.settings.data["GUI2"]["resultsSeq"]
|
||||
titleSeq = self.settings.data["GUI2"]["subResultsTabTitle"]
|
||||
@@ -166,7 +166,7 @@ class BaseWindow(QMainWindow):
|
||||
extract_and_attach(i, nfig, name)
|
||||
except KeyError as ex:
|
||||
pass
|
||||
'''
|
||||
|
||||
|
||||
|
||||
#Not so nice.. send a signal instead?
|
||||
|
||||
@@ -227,6 +227,8 @@ class QSendToELOGFrame(QDialog):
|
||||
self.files.append(str(_attachFile[i]))
|
||||
elif "/sls/bd/data/" in _attachFile[i]:
|
||||
self.files.append(str(_attachFile[i]))
|
||||
elif "/sf/data/" in _attachFile[i]:
|
||||
self.files.append(str(_attachFile[i]))
|
||||
else:
|
||||
self.files.append(self.destination + str(_attachFile[i]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user