mirror of
https://github.com/frej/fast-export.git
synced 2026-01-15 10:42:04 +01:00
be a bit more permissive on the accepted depot paths
This commit is contained in:
@@ -35,6 +35,9 @@ try:
|
||||
except ValueError:
|
||||
changeRange = ""
|
||||
|
||||
if prefix.endswith("..."):
|
||||
prefix = prefix[:-3]
|
||||
|
||||
if not prefix.endswith("/"):
|
||||
prefix += "/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user