Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitshah4 committed Jul 16, 2024
1 parent 12afb0e commit 7534f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymobiledevice3/cli/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def profile_erase_device(service_provider: LockdownClient, preserve_data_plan: b
logger.info(f'erasing device with preserve_data_plan: {preserve_data_plan}, '
f'disallow_proximity_setup: {disallow_proximity_setup}')
MobileConfigService(lockdown=service_provider).erase_device(preserve_data_plan, disallow_proximity_setup)
logger.info(f'erased device')
logger.info('erased device')

0 comments on commit 7534f16

Please sign in to comment.