Skip to content

Commit f955d2b

Browse files
committed
dangit
1 parent 5953399 commit f955d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyparty/up2k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ def _build_dir(
12961296
not cv
12971297
or liname not in th_cvds
12981298
or cv.lower() not in th_cvds
1299-
or th_cvd.index(iname) < th_cvd.index(cv)
1299+
or th_cvd.index(liname) < th_cvd.index(cv.lower())
13001300
)
13011301
):
13021302
cv = iname

0 commit comments

Comments
 (0)