We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87542ab commit 246511bCopy full SHA for 246511b
1 file changed
qraven/qraven.py
@@ -2145,6 +2145,8 @@ def generateGridWeights(self):
2145
#This method opens the rvi file from the input directory and gets two values to populate them in the GUI
2146
def setModelname(self):
2147
inputdir = self.dlg.file_runinputdir.filePath() #Get the model input directory
2148
+ self.dlg.txt_runnameprefix.clear()
2149
+ self.dlg.txt_runrunname.clear()
2150
try:
2151
if inputdir:
2152
for file in os.listdir(inputdir): #Lists all the files in the input folder
0 commit comments