We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c3444 commit 7d6ed3bCopy full SHA for 7d6ed3b
1 file changed
src/util.py
@@ -50,7 +50,7 @@ def generate_avatar_url_from_user_id_avatar_hash (user_id, hash):
50
return None
51
52
def get_package_zip_path (package_id):
53
- return os.path.join(os.getenv('DL_ZIP_TMP_PATH'), f'{package_id}.zip')
+ return os.path.join('..', os.getenv('DL_ZIP_TMP_PATH'), f'{package_id}.zip')
54
55
def ts_included_in_range (ts, start_date, end_date):
56
if not start_date:
0 commit comments