Skip to content

Commit d15122c

Browse files
committed
Enable running on WIN32 and NTFS
1 parent be3ce3c commit d15122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def convert_loader_name(fn):
108108

109109
def build_rename_map(root):
110110
# Returns a rename map: a map from old to new file name
111-
loader = re.compile(r'load\.php\?.*')
111+
loader = re.compile(r'load\.php.+')
112112
query = re.compile(r'\?.*')
113113
result = dict()
114114

0 commit comments

Comments
 (0)