Mark Kittisopikul commited on
Commit
a91fff0
·
1 Parent(s): ca60a8e
Files changed (1) hide show
  1. pysr/julia_helpers.py +1 -1
pysr/julia_helpers.py CHANGED
@@ -24,7 +24,7 @@ def install(julia_project=None, quiet=False): # pragma: no cover
24
  if is_shared:
25
  # is_shared is only true if the julia_project arg was None, see _get_julia_project
26
  Main = init_julia(None)
27
- else
28
  Main = init_julia(julia_project)
29
 
30
  Main.eval("using Pkg")
 
24
  if is_shared:
25
  # is_shared is only true if the julia_project arg was None, see _get_julia_project
26
  Main = init_julia(None)
27
+ else:
28
  Main = init_julia(julia_project)
29
 
30
  Main.eval("using Pkg")