Skip to content

Commit 4b3743b

Browse files
committed
fix(knime.py): fix __instal_exec() call
1 parent 3cae6ec commit 4b3743b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retropath2_wrapper/knime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def install(self, logger: Logger = getLogger(__name__)) -> int:
343343

344344
# If order to install, install exec and pkgs
345345
if self.kexec_install:
346-
self.install_exec(logger=logger)
346+
self.__install_exec(logger=logger)
347347
plugins_to_install = self.plugins_default
348348
plugins_to_remove = []
349349
else:

0 commit comments

Comments
 (0)