Merge with branch develop

Release version
This commit is contained in:
Ozzieisaacs
2020-02-23 09:07:02 +01:00
parent 3a70c86f49
commit 7c89f0b5b9
14 changed files with 35 additions and 35 deletions

View File

@@ -198,7 +198,7 @@ class Updater(threading.Thread):
)
additional_path = self.is_venv()
if additional_path:
exclude = exclude + (additional_path)
exclude = exclude + (additional_path,)
for root, dirs, files in os.walk(destination, topdown=True):
for name in files:
old_list.append(os.path.join(root, name).replace(destination, ''))