Unfortunately, the fix still have issues with 3.11 (works fine on 3.13)
Traceback (most recent call last):
File "/home/test/Armory/BitcoinArmory/ArmoryQt.py", line 80, in <module>
from qtdialogs.DlgWalletDetails import DlgWalletDetails
File "/home/test/Armory/BitcoinArmory/qtdialogs/DlgWalletDetails.py", line 41, in <module>
from qtdialogs.DlgBackupCenter import DlgBackupCenter, DlgSimpleBackup
File "/home/test/Armory/BitcoinArmory/qtdialogs/DlgBackupCenter.py", line 750
f'{str(self.fragData['M'])}</b></font> fragments with this '
^
SyntaxError: f-string: unmatched '['
I am a bit puzzled as I can't spot the issue this time, unless it needs some characters to be escaped...
About reading wallets, I'm talking about old .wallet format (my backup is about 7 years old).