otter-service-stdalone 1.1.24__py3-none-any.whl → 1.1.25__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- otter_service_stdalone/__init__.py +1 -1
- otter_service_stdalone/app.py +2 -2
- {otter_service_stdalone-1.1.24.dist-info → otter_service_stdalone-1.1.25.dist-info}/METADATA +1 -1
- {otter_service_stdalone-1.1.24.dist-info → otter_service_stdalone-1.1.25.dist-info}/RECORD +7 -7
- {otter_service_stdalone-1.1.24.dist-info → otter_service_stdalone-1.1.25.dist-info}/WHEEL +0 -0
- {otter_service_stdalone-1.1.24.dist-info → otter_service_stdalone-1.1.25.dist-info}/entry_points.txt +0 -0
- {otter_service_stdalone-1.1.24.dist-info → otter_service_stdalone-1.1.25.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.1.
|
1
|
+
__version__ = "1.1.25"
|
otter_service_stdalone/app.py
CHANGED
@@ -209,8 +209,8 @@ class Download(BaseHandler):
|
|
209
209
|
zipF.write(f"{file_path}", f_path, compress_type=ZIP_DEFLATED)
|
210
210
|
read_me = os.path.join(os.path.dirname(__file__), "static_files", "README_DO_NOT_DISTRIBUTE.txt")
|
211
211
|
zipF.write(read_me, "README_DO_NOT_DISTRIBUTE.txt", compress_type=ZIP_DEFLATED)
|
212
|
-
|
213
|
-
download_label = f"{download_code.split('-')[
|
212
|
+
|
213
|
+
download_label = f"{'-'.join(download_code.split('-')[:-5])}-results.zip"
|
214
214
|
self.set_header('Content-Type', 'application/octet-stream')
|
215
215
|
self.set_header("Content-Description", "File Transfer")
|
216
216
|
m = f"attachment; filename={download_label}"
|
@@ -1,6 +1,6 @@
|
|
1
|
-
otter_service_stdalone/__init__.py,sha256=
|
1
|
+
otter_service_stdalone/__init__.py,sha256=GUhBe-u2VIxlWj6VnsQTa5f-5Y_9NH483RwP3bh4950,23
|
2
2
|
otter_service_stdalone/access_sops_keys.py,sha256=nboU5aZ84Elrm5vO0dMgpIF5LLcnecpNAwpxKvj6DvU,2129
|
3
|
-
otter_service_stdalone/app.py,sha256=
|
3
|
+
otter_service_stdalone/app.py,sha256=CR6QaQlPO0I04Llxn48eTDJEWUaALI-nTrri1nf1wkI,15990
|
4
4
|
otter_service_stdalone/fs_logging.py,sha256=IKFZkc5TmpI6G3vTYFAU9jDjQ-GT5aRxk8kdZ0h0kJE,2390
|
5
5
|
otter_service_stdalone/grade_notebooks.py,sha256=x19MK_ResW-xM3mdwEUALsdsCiX4I1OHmODUHodcIow,3817
|
6
6
|
otter_service_stdalone/index.html,sha256=eEbFGxbV-plE5bAggGYHTv1q7yqoTN4kJbzL729uMmk,7276
|
@@ -15,8 +15,8 @@ otter_service_stdalone/secrets/gh_key.staging.yaml,sha256=cKVqj4dcwuz2LhXwMNQy_1
|
|
15
15
|
otter_service_stdalone/static_files/README_DO_NOT_DISTRIBUTE.txt,sha256=eMqBa1du1u0c07fuG3Eu9DDHuixRTFEbiQwrlvAnL1Y,353
|
16
16
|
otter_service_stdalone/static_templates/403.html,sha256=7eO3XQsEkl4nF8PEeFkLwCzGBfdZ3kkkeu_Kgpgbh0k,1440
|
17
17
|
otter_service_stdalone/static_templates/500.html,sha256=t6DeEMp8piSWyBToHb_JpTrw3GStAHFrozlmeuXyamg,1421
|
18
|
-
otter_service_stdalone-1.1.
|
19
|
-
otter_service_stdalone-1.1.
|
20
|
-
otter_service_stdalone-1.1.
|
21
|
-
otter_service_stdalone-1.1.
|
22
|
-
otter_service_stdalone-1.1.
|
18
|
+
otter_service_stdalone-1.1.25.dist-info/METADATA,sha256=dzDrh9QLpjRvaf2g4vvWoRfhy6FeSPEE1ffnmOt5v90,1468
|
19
|
+
otter_service_stdalone-1.1.25.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
20
|
+
otter_service_stdalone-1.1.25.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
|
21
|
+
otter_service_stdalone-1.1.25.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
|
22
|
+
otter_service_stdalone-1.1.25.dist-info/RECORD,,
|
File without changes
|
{otter_service_stdalone-1.1.24.dist-info → otter_service_stdalone-1.1.25.dist-info}/entry_points.txt
RENAMED
File without changes
|
{otter_service_stdalone-1.1.24.dist-info → otter_service_stdalone-1.1.25.dist-info}/top_level.txt
RENAMED
File without changes
|