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 5178b40 commit d0ad316Copy full SHA for d0ad316
hass_pyscript_kernel/install.py
@@ -44,7 +44,7 @@ def install(target_dir, kernel_name):
44
argv = ["python", "-m", PKG_NAME]
45
if kernel_name != "pyscript":
46
argv += ["-k", kernel_name]
47
- argv.append("{connection_file}")
+ argv += ["-f", "{connection_file}"]
48
kernel_spec = {
49
"argv": argv,
50
"display_name": f"hass {kernel_name}",
0 commit comments