Skip to content

Commit 381e145

Browse files
Copilotbytemain
andauthored
Tighten pip shim write error
Agent-Logs-Url: https://github.com/version-fox/vfox-python/sessions/fab67593-0eb0-42b0-b32e-e6f9fe3bf105 Co-authored-by: bytemain <13938334+bytemain@users.noreply.github.com>
1 parent 5d20385 commit 381e145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ end
585585
local function writeWindowsFile(path, content)
586586
local file = io.open(path, "w")
587587
if not file then
588-
error("Failed to write file: " .. path .. ". Check directory permissions and available disk space.")
588+
error("Failed to write file: " .. path .. ". Check directory permissions and path validity.")
589589
end
590590
file:write(content)
591591
file:close()

0 commit comments

Comments
 (0)