Skip to content

Commit 45b8ca0

Browse files
author
Christopher Doris
committed
avoid generating jlwrap object
1 parent 8ac37b5 commit 45b8ca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/compat/stdlib.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ function init_stdlib()
99
if !C.CTX.is_embedded
1010

1111
# set sys.argv
12-
pysysmodule.argv = [""]
13-
pysysmodule.argv.extend(pylist(ARGS))
12+
pysysmodule.argv = pylist([""; ARGS])
1413

1514
# some modules test for interactivity by checking if sys.ps1 exists
1615
if isinteractive() && !pyhasattr(pysysmodule, "ps1")

0 commit comments

Comments
 (0)