Don't echo file names being extracted from archive

This commit is contained in:
amai2012 2018-11-17 18:29:12 +01:00
parent 7ef119cbfc
commit 6b05f8e867
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ def unpackPackage(workPath, tgz):
elif member.name.lower().endswith(('.c', '.cl', '.cpp', '.cxx', '.cc', '.c++', '.h', '.hpp', '.hxx', '.hh', '.tpp', '.txx')):
try:
tf.extract(member.name)
print(member.name)
except OSError:
pass
tf.close()