Skip to content

Commit bb4a530

Browse files
author
Christopher Rowley
committed
remove unused arg
1 parent 9583855 commit bb4a530

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pysrc/juliacall/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def jlstr(x):
276276
'''.format(
277277
hex(c.pythonapi._handle),
278278
jlstr(sys.executable or ''),
279-
jlstr(project),
280279
)
281280
res = jl_eval(script.encode('utf8'))
282281
if res is None:

0 commit comments

Comments
 (0)