Skip to content

Commit

Permalink
Update acquire/acquire.py
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schamper <[email protected]>
  • Loading branch information
Miauwkeru and Schamper authored Oct 17, 2023
1 parent b84b72f commit 07fde62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def from_user_home(target: Target, path: str) -> Iterator[str]:
for user_details in target.user_details.all_with_home():
yield normalize_path(target, user_details.home_path.joinpath(path))
except Exception:
log.warning("Error occured during when requesting all user homes.")
log.warning("Error occurred when requesting all user homes")

misc_user_homes = MISC_MAPPING.get(target.os, misc_unix_user_homes)
for user_dir in misc_user_homes(target):
Expand Down

0 comments on commit 07fde62

Please sign in to comment.