diff --git a/CHANGELOG b/CHANGELOG index d6218e53..d1248abe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,10 @@ jc changelog -20230402 v1.23.2 +20230417 v1.23.2 +- Add `bluetoothctl` command parser - Fix `iwconfig` command parser for SSIDs with dashes in the name - Fix `crontab` command parsers for incorrect variable parsing in some cases +- Fix pytest warnings 20230323 v1.23.1 - Fix `zpool-status` command parser for lines that start with tab diff --git a/jc/parsers/pbPlist/pbParser.py b/jc/parsers/pbPlist/pbParser.py index ab209a2a..8d47fa55 100644 --- a/jc/parsers/pbPlist/pbParser.py +++ b/jc/parsers/pbPlist/pbParser.py @@ -96,14 +96,14 @@ class PBParser(object): prefix = self.data[0:6] for case in Switch(prefix): if case('bplist'): - self.file_type = 'binary' - import biplist - parsed_plist = biplist.readPlist(self.file_path) + # self.file_type = 'binary' + # import biplist + # parsed_plist = biplist.readPlist(self.file_path) break if case('