Skip to content

Commit 8bb7284

Browse files
committed
GdalTools: In widgetBatchBase runItem method, refreshArgs is not a SIGNAL
The commit 9db908c GdalTools: new style signals generates a regression In the widgetBatchBase runItem method, refreshArgs is not a SIGNAL
1 parent d642571 commit 8bb7284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/GdalTools/tools/widgetBatchBase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def runItem(self, index, total):
104104
outFile = self.outFiles[index]
105105

106106
args = self.getBatchArguments(self.inFiles[index], outFile)
107-
self.base.refreshArgs.emit(args)
107+
self.base.refreshArgs(args)
108108
BasePluginWidget.onRun(self)
109109

110110
def onFinished(self, exitCode, status):

0 commit comments

Comments
 (0)