Skip to content
Snippets Groups Projects
Commit 83d9a423 authored by Simon McVittie's avatar Simon McVittie
Browse files

populate-depot: Fix relative path to top-level regular files

parent adae43e6
No related branches found
No related tags found
1 merge request!649populate-depot: Fix relative path to top-level regular files
Pipeline #75034 passed
...@@ -1824,7 +1824,7 @@ class Main: ...@@ -1824,7 +1824,7 @@ class Main:
file_mappings.append( file_mappings.append(
( (
'FileMapping', dict( 'FileMapping', dict(
LocalPath=child.relative_to(depot), LocalPath='../' + str(child.relative_to(depot)),
DepotPath='.', DepotPath='.',
), ),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment