Skip to content

Commit

Permalink
fix GenSMBIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
baopahn committed Apr 8, 2021
1 parent 0a8daa0 commit 67a4818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ToolCreateEFI/GenSMBIOS/GenSMBIOS.command
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,9 @@ class Smbios:
try:
self._download_and_extract(temp,url,path_in_zip)
except Exception as e:
print()
temp=1
os.chdir(cwd)
shutil.rmtree(temp)
self.u.grab("\nDone.",timeout=5)
return

def _get_remote_version(self):
Expand Down

0 comments on commit 67a4818

Please sign in to comment.