We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c959b commit 96b7fc0Copy full SHA for 96b7fc0
src/lisflood/global_modules/zusatz.py
@@ -230,7 +230,7 @@ def _configureOutputFilename(self, filename):
230
if not re.search("\.tss", tail):
231
# content,sep,comment = filename.partition("-")
232
# filename = content + "Tss" + sep + comment + ".tss"
233
- filename = tail + ".tss"
+ filename = filename + ".tss"
234
235
# for stochastic add sample directory
236
if hasattr(self._userModel, "nrSamples"):
0 commit comments