mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Python3-related fixes in some of our scripts
Change-Id: I8acbe43e3f27e51159a7a78fcc361476d7406cbb
This commit is contained in:
parent
278a76b3a6
commit
dcdf2713f6
4 changed files with 44 additions and 43 deletions
|
@ -212,7 +212,7 @@ def archive_files(repo, treehash, filelist, basename, tmpfolder=None,
|
|||
temp_remove = False
|
||||
workfolder = scrape_files(
|
||||
repo, treehash, filelist, os.path.join(tmpfolder, basename))[0]
|
||||
if basename is "":
|
||||
if basename == "":
|
||||
return ""
|
||||
print("Archiving files from repository")
|
||||
if archive == "7z":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue