We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
target-shell
When mounting a iTunes backup with target-shell the DOMAIN_TRANSLATION paths do not show up when using ls, ls -R, or tree:
ls
ls -R
tree
I did notice when I add the following code to the translate_file_path function:
if not relative_path: relative_path = Path(domain_path).name
It is a bit better, but now the current path also always shows up as a child directory:
I'm fine with making a PR for a fix but I'm not 100% sure where it should be implemented.
The text was updated successfully, but these errors were encountered:
Strip trailing dir separator for translated file paths in ITunesLoader
6ab17b8
Fixes #947
Poeloe
Successfully merging a pull request may close this issue.
When mounting a iTunes backup with
target-shell
the DOMAIN_TRANSLATION paths do not show up when usingls
,ls -R
, ortree
:I did notice when I add the following code to the translate_file_path function:
It is a bit better, but now the current path also always shows up as a child directory:
I'm fine with making a PR for a fix but I'm not 100% sure where it should be implemented.
The text was updated successfully, but these errors were encountered: