mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Remove all f-strings due to some errors
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user