Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
fix typo because people got annoyed
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Nov 3, 2024
1 parent 669cd54 commit eb6e418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparserestore/restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def restore_files(files: list, reboot: bool = False, lockdown_client: LockdownCl
perform_restore(backup=back, reboot=reboot, lockdown_client=lockdown_client)


# DEPRICATED
# DEPRECIATED
def restore_file(fp: str, restore_path: str, restore_name: str, reboot: bool = False, lockdown_client: LockdownClient = None):
# open the file and read the contents
contents = open(fp, "rb").read()
Expand Down

0 comments on commit eb6e418

Please sign in to comment.