summaryrefslogtreecommitdiff
path: root/utils/common/gitscraper.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/gitscraper.py')
-rwxr-xr-xutils/common/gitscraper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/common/gitscraper.py b/utils/common/gitscraper.py
index 496d32bce3..c7a2c3a563 100755
--- a/utils/common/gitscraper.py
+++ b/utils/common/gitscraper.py
@@ -212,7 +212,7 @@ def archive_files(repo, treehash, filelist, basename, tmpfolder=None,
212 temp_remove = False 212 temp_remove = False
213 workfolder = scrape_files( 213 workfolder = scrape_files(
214 repo, treehash, filelist, os.path.join(tmpfolder, basename))[0] 214 repo, treehash, filelist, os.path.join(tmpfolder, basename))[0]
215 if basename is "": 215 if basename == "":
216 return "" 216 return ""
217 print("Archiving files from repository") 217 print("Archiving files from repository")
218 if archive == "7z": 218 if archive == "7z":