Skip to content

Commit

Permalink
Fix bug that caused empty device_info after first query
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinsf committed Jul 22, 2024
1 parent 541e892 commit 4eb104b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rime/filesystem/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ def get_device_info(self) -> dict:
except plistlib.InvalidFileException:
log.warning(f"Failed to read {info_plist_file}")
self._device_info = {}
else:
self._device_info = {}
return self._device_info

def dirname(self, path):
Expand Down

0 comments on commit 4eb104b

Please sign in to comment.