Skip to content

Commit

Permalink
edit katrain/core/engine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderland committed Jan 9, 2024
1 parent a06b977 commit 2b9c9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/core/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def __init__(self, katrain, config):
self.on_error(i18n._("Kata config not found").format(config=cfg), code="KATAGO-FILES")
return # don't start
self.command = shlex.split(
f'"{exe}" analysis -model "{model}" -config "{cfg}" -analysis-threads {config["threads"]} -override-config "homeDataDir={os.path.expanduser(DATA_FOLDER)}"'
f'"{exe}" analysis -model "{model}" -config "{cfg}" -override-config "homeDataDir={os.path.expanduser(DATA_FOLDER)}"'
)
self.start()

Expand Down

0 comments on commit 2b9c9fe

Please sign in to comment.