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 591d1c3 commit 4a68b62Copy full SHA for 4a68b62
pysrc/juliacall/__init__.py
@@ -147,7 +147,7 @@ def args_from_config(config):
147
CONFIG['opt_handle_signals'] = choice('handle_signals', ['yes', 'no'])[0]
148
CONFIG['opt_startup_file'] = choice('startup_file', ['yes', 'no'])[0]
149
CONFIG['opt_heap_size_hint'] = option('heap_size_hint')[0]
150
- CONFIG['project'] = path_option('project', default="", check_exists=True)[0]
+ CONFIG['project'] = path_option('project', default="")[0]
151
CONFIG['exe'] = path_option('exe', default="", check_exists=True)[0]
152
153
# Stop if we already initialised
0 commit comments