File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1852,8 +1852,8 @@ def StripListPrefix(lst, prefix):
18521852 PathSplitToList (_root ))
18531853
18541854 if _root_debug :
1855- sys .stderr .write ("_root lstrip (maybe_path=%s, file_path_from_root=%s," +
1856- " _root=%s)\n " % (maybe_path , file_path_from_root , _root ))
1855+ sys .stderr .write (( "_root lstrip (maybe_path=%s, file_path_from_root=%s," +
1856+ " _root=%s)\n " ) % (maybe_path , file_path_from_root , _root ))
18571857
18581858 if maybe_path :
18591859 return os .path .join (* maybe_path )
@@ -1866,8 +1866,8 @@ def StripListPrefix(lst, prefix):
18661866 PathSplitToList (root_abspath ))
18671867
18681868 if _root_debug :
1869- sys .stderr .write ("_root prepend (maybe_path=%s, full_path=%s, " +
1870- "root_abspath=%s)\n " % (maybe_path , full_path , root_abspath ))
1869+ sys .stderr .write (( "_root prepend (maybe_path=%s, full_path=%s, " +
1870+ "root_abspath=%s)\n " ) % (maybe_path , full_path , root_abspath ))
18711871
18721872 if maybe_path :
18731873 return os .path .join (* maybe_path )
You can’t perform that action at this time.
0 commit comments