Skip to content

Commit 4a68b62

Browse files
committed
fixup! Add options for the Julia binary and project path
1 parent 591d1c3 commit 4a68b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysrc/juliacall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def args_from_config(config):
147147
CONFIG['opt_handle_signals'] = choice('handle_signals', ['yes', 'no'])[0]
148148
CONFIG['opt_startup_file'] = choice('startup_file', ['yes', 'no'])[0]
149149
CONFIG['opt_heap_size_hint'] = option('heap_size_hint')[0]
150-
CONFIG['project'] = path_option('project', default="", check_exists=True)[0]
150+
CONFIG['project'] = path_option('project', default="")[0]
151151
CONFIG['exe'] = path_option('exe', default="", check_exists=True)[0]
152152

153153
# Stop if we already initialised

0 commit comments

Comments
 (0)