Skip to content

Commit 90b4978

Browse files
committed
Better detection of temporary folder on Windows
1 parent 9d602c0 commit 90b4978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bricklayers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,8 @@ def expand_ranges(ranges):
20422042
is_uploading = any(tmp in normalized_input_file for tmp in [
20432043
"/tmp/",
20442044
"/temp/",
2045-
"/appdata/local/temp/"
2045+
"/appdata/local/temp",
2046+
"/temp."
20462047
])
20472048

20482049
# Convert -ignoreLayersFromTo list into tuples of 2

0 commit comments

Comments
 (0)