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 a0b4df6 commit 4629390Copy full SHA for 4629390
pysrc/juliacall/__init__.py
@@ -147,8 +147,8 @@ 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]
151
- CONFIG['exe'] = path_option('exe', default="", check_exists=True)[0]
+ CONFIG['project'] = path_option('project', check_exists=True)[0]
+ CONFIG['exe'] = path_option('exe', check_exists=True)[0]
152
153
# Stop if we already initialised
154
if CONFIG['inited']:
0 commit comments