Skip to content

Commit 64bf6b5

Browse files
authored
Update pysrc/juliacall/repl.py
1 parent 8939efa commit 64bf6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysrc/juliacall/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run_repl(banner='yes', quiet=False, history_file='yes', preamble=None):
1616
Main.include(os.path.join(os.path.dirname(__file__), 'banner.jl'))
1717
Main.__PythonCall_banner(Base.Symbol(banner))
1818

19-
if Main.seval(r'VERSION > v"v1.11.0-alpha1"'):
19+
if Main.seval(r'VERSION v"v1.11.0-alpha1"'):
2020
no_banner_opt = Base.Symbol("no")
2121
else:
2222
no_banner_opt = False

0 commit comments

Comments
 (0)