Skip to content

Commit ebf8919

Browse files
revert to single-quote syntax
1 parent e9b7d18 commit ebf8919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysrc/juliacall/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def args_from_config():
129129
CONFIG['opt_sysimage'] = sysimg = path_option('sysimage', check_exists=True)[0]
130130
CONFIG['opt_threads'] = int_option('threads', accept_auto=True)[0]
131131
CONFIG['opt_warn_overwrite'] = choice('warn_overwrite', ['yes', 'no'])[0]
132-
CONFIG["opt_handle_signals"] = choice('handle_signals', ['yes', 'no'], default='no')[0]
132+
CONFIG['opt_handle_signals'] = choice('handle_signals', ['yes', 'no'], default='no')[0]
133133

134134
# Stop if we already initialised
135135
if CONFIG['inited']:

0 commit comments

Comments
 (0)