We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d53a3 commit 9a79b06Copy full SHA for 9a79b06
libqfieldsync/utils/file_utils.py
@@ -261,7 +261,7 @@ def update_symbols_to_relative_embedded(
261
262
if source_path.is_relative_to(home_path):
263
relative_path = source_path.relative_to(home_path)
264
- destination_path_file = destination_path / relative_path
+ destination_path_file = destination_path.joinpath(relative_path)
265
266
if destination_path_file.exists():
267
symbol_layer.setPath(str(relative_path))
0 commit comments