Remove all f-strings due to some errors

This commit is contained in:
Hoang Hong Quan
2024-07-29 16:03:13 +07:00
parent ea98f0c950
commit a955966d72
13 changed files with 172 additions and 189 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class SMBIOS:
self.utils.write_file(self.g.download_history_file, download_history)
if quit:
raise Exception(f"{macserial_name} not found. Please reopen the program to download it")
raise Exception("{} not found. Please reopen the program to download it".format(macserial_name))
else:
return macserial_path