mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 07:34:16 +02:00
[api] refactoring: temp dir now follow the patter /tmp/bauh@vinicius
This commit is contained in:
@@ -1656,7 +1656,7 @@ class ArchManager(SoftwareManager):
|
||||
version_files[ver] = file_path
|
||||
|
||||
versions.sort(reverse=True)
|
||||
extract_path = '{}/arch/history'.format(TEMP_DIR)
|
||||
extract_path = f'{TEMP_DIR}/arch/history'
|
||||
|
||||
try:
|
||||
Path(extract_path).mkdir(parents=True, exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user