We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0667e19 commit a0b4df6Copy full SHA for a0b4df6
pysrc/juliacall/__init__.py
@@ -155,7 +155,7 @@ def args_from_config(config):
155
return
156
157
have_exe = CONFIG['exe'] is not None
158
- have_project = CONFIG['project']) is not None
+ have_project = CONFIG['project'] is not None
159
if not have_exe and not have_project:
160
# we don't import this at the top level because it is not required when
161
# juliacall is loaded by PythonCall and won't be available, or if both
0 commit comments