MilesCranmer commited on
Commit
49567da
·
unverified ·
1 Parent(s): 9ce1045

Fix grammar in log message

Browse files
Files changed (1) hide show
  1. pysr/julia_helpers.py +1 -1
pysr/julia_helpers.py CHANGED
@@ -86,7 +86,7 @@ def install(julia_project=None, quiet=False, precompile=None): # pragma: no cov
86
  except julia.tools.PyCallInstallError:
87
  raise RuntimeError(
88
  "Installing PyCall.jl failed. "
89
- "Please delete the folder `~/.julia/packages/PyCall` folder, "
90
  "and re-try installation. For further assistance, "
91
  "please see the issue "
92
  "https://github.com/MilesCranmer/PySR/issues/257."
 
86
  except julia.tools.PyCallInstallError:
87
  raise RuntimeError(
88
  "Installing PyCall.jl failed. "
89
+ "Please delete the folder `~/.julia/packages/PyCall`, "
90
  "and re-try installation. For further assistance, "
91
  "please see the issue "
92
  "https://github.com/MilesCranmer/PySR/issues/257."