From 71782df825524e8f5de58ed6eb46d09526753e72 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 26 Jul 2024 00:19:18 -0700 Subject: [PATCH] yes --- system/athena/athenad.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/athena/athenad.py b/system/athena/athenad.py index 8ea9c2e037..96c34b0984 100755 --- a/system/athena/athenad.py +++ b/system/athena/athenad.py @@ -285,7 +285,6 @@ def _do_upload(upload_item: UploadItem, callback: Callable = None) -> requests.R compress = False # If file does not exist, but does exist without the .zst extension we will compress on the fly - # TODO: this is needed for a 2 year old compression location migration, not now? if not os.path.exists(path) and os.path.exists(strip_zst_extension(path)): path = strip_zst_extension(path) compress = True