Skip to content

Commit

Permalink
Merge pull request duckdb#11724 from Tishj/python_sqllogictest_fix_te…
Browse files Browse the repository at this point in the history
…mp_directory

[Dev] Fix failing CI in Python SQLLogicTest Runner
  • Loading branch information
Mytherin authored Apr 19, 2024
2 parents 6bd83ee + 62de061 commit 3cc897f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sqllogictest/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,10 +772,9 @@ def execute_load(self, load: Load):
# set up the config file
additional_config = {}
if readonly:
additional_config['temp_directory'] = False
additional_config['temp_directory'] = ""
additional_config['access_mode'] = 'read_only'
else:
additional_config['temp_directory'] = True
additional_config['access_mode'] = 'automatic'

self.pool = None
Expand Down

0 comments on commit 3cc897f

Please sign in to comment.