Skip to content

Fix temp file creation broken#708

Merged
qtomlinson merged 1 commit intoclearlydefined:masterfrom
qtomlinson:qt/fix-tmp
Feb 14, 2026
Merged

Fix temp file creation broken#708
qtomlinson merged 1 commit intoclearlydefined:masterfrom
qtomlinson:qt/fix-tmp

Conversation

@qtomlinson
Copy link
Collaborator

When creating temp file , the following exception was observed:

Error: dir option must be relative to "/tmp", found "../tempdir".

Based on the doc, dir is the optional temporary directory that must be relative to the system's default temporary directory. The tmpBase in the code seems to be the replacement of system's root tmp directory, so use tmpdir instead.

@qtomlinson qtomlinson marked this pull request as ready for review February 14, 2026 06:01
@qtomlinson qtomlinson merged commit 9f2504d into clearlydefined:master Feb 14, 2026
2 checks passed
@qtomlinson qtomlinson deleted the qt/fix-tmp branch February 14, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants