Skip to content

Commit 7dba013

Browse files
authored
fix syntax
1 parent ab5eafa commit 7dba013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ onstart:
110110
)
111111
shell(
112112
execenv.execenv_pyexe(config, "python")
113-
+ "-c from 'lgdo.types.vovutils import *'"
113+
+ "-c 'from lgdo.types.vovutils import *'"
114114
)
115115
shell(
116116
execenv.execenv_pyexe(config, "python")

0 commit comments

Comments
 (0)