fractal-server 2.15.10a1__py3-none-any.whl → 2.15.10a2__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.
@@ -1 +1 @@
1
- __VERSION__ = "2.15.10a1"
1
+ __VERSION__ = "2.15.10a2"
@@ -343,5 +343,7 @@ def submit_workflow(
343
343
 
344
344
  finally:
345
345
  reset_logger_handlers(logger)
346
+ # refetch, in case it is not already available
347
+ job = db_sync.get(JobV2, job_id)
346
348
  db_sync.close()
347
349
  _zip_folder_to_file_and_remove(folder=job.working_dir)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fractal-server
3
- Version: 2.15.10a1
3
+ Version: 2.15.10a2
4
4
  Summary: Backend component of the Fractal analytics platform
5
5
  License: BSD-3-Clause
6
6
  Author: Tommaso Comparin
@@ -1,4 +1,4 @@
1
- fractal_server/__init__.py,sha256=V5nQUbEgpEH813xbpBCXis4dIIHC2JqzZinrp2rq_qw,26
1
+ fractal_server/__init__.py,sha256=OXJ1IQcsAqThDeI77mxXoVQ6l_Epw75B8RINw_5nxCQ,26
2
2
  fractal_server/__main__.py,sha256=rkM8xjY1KeS3l63irB8yCrlVobR-73uDapC4wvrIlxI,6957
3
3
  fractal_server/alembic.ini,sha256=MWwi7GzjzawI9cCAK1LW7NxIBQDUqD12-ptJoq5JpP0,3153
4
4
  fractal_server/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -105,7 +105,7 @@ fractal_server/app/runner/v2/deduplicate_list.py,sha256=IVTE4abBU1bUprFTkxrTfYKn
105
105
  fractal_server/app/runner/v2/merge_outputs.py,sha256=YOTKbGOM9s-uqY4KN2onoIxuHNm-v3hr5zv6Aa1KEtA,905
106
106
  fractal_server/app/runner/v2/runner.py,sha256=IrC4f0SaaFdN3iKoVa7XK87Gb8f9GSLjhImtvwNODCM,19417
107
107
  fractal_server/app/runner/v2/runner_functions.py,sha256=xteoDSXKxStl3ABEXyjrggPiXdXAPy9sJPfT3B8CQ3Y,19050
108
- fractal_server/app/runner/v2/submit_workflow.py,sha256=VM5GaDZrbLTemOglJ0U15HaP3etpnSIrKQ6l9S5sE5w,12697
108
+ fractal_server/app/runner/v2/submit_workflow.py,sha256=wHBlUxoD2HZ_oKWBMpGH0B5jqSuiLcIH3uXYWGAwfa8,12793
109
109
  fractal_server/app/runner/v2/task_interface.py,sha256=BRSKpitGproY48JQdCbfrghbDonA-EqPP1yIopohpPo,2525
110
110
  fractal_server/app/runner/versions.py,sha256=4BW-8Et8RVgILgpFoUJLWkEnZz53pv8hv_2ucG480ns,398
111
111
  fractal_server/app/schemas/__init__.py,sha256=stURAU_t3AOBaH0HSUbV-GKhlPKngnnIMoqWc3orFyI,135
@@ -233,8 +233,8 @@ fractal_server/types/validators/_workflow_task_arguments_validators.py,sha256=HL
233
233
  fractal_server/urls.py,sha256=QjIKAC1a46bCdiPMu3AlpgFbcv6a4l3ABcd5xz190Og,471
234
234
  fractal_server/utils.py,sha256=Vn35lApt1T1J8nc09sAVqd10Cy0sa3dLipcljI-hkuk,2185
235
235
  fractal_server/zip_tools.py,sha256=H0w7wS5yE4ebj7hw1_77YQ959dl2c-L0WX6J_ro1TY4,4884
236
- fractal_server-2.15.10a1.dist-info/LICENSE,sha256=QKAharUuhxL58kSoLizKJeZE3mTCBnX6ucmz8W0lxlk,1576
237
- fractal_server-2.15.10a1.dist-info/METADATA,sha256=6hd5XmF5LcCsfzIOdEn4CJlQWLRpZUoTlNvxvLotirs,4337
238
- fractal_server-2.15.10a1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
239
- fractal_server-2.15.10a1.dist-info/entry_points.txt,sha256=8tV2kynvFkjnhbtDnxAqImL6HMVKsopgGfew0DOp5UY,58
240
- fractal_server-2.15.10a1.dist-info/RECORD,,
236
+ fractal_server-2.15.10a2.dist-info/LICENSE,sha256=QKAharUuhxL58kSoLizKJeZE3mTCBnX6ucmz8W0lxlk,1576
237
+ fractal_server-2.15.10a2.dist-info/METADATA,sha256=z9Zc4RpcoHZQc06j9JhKKzjOtdVcdM21PlH_RR3wU4o,4337
238
+ fractal_server-2.15.10a2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
239
+ fractal_server-2.15.10a2.dist-info/entry_points.txt,sha256=8tV2kynvFkjnhbtDnxAqImL6HMVKsopgGfew0DOp5UY,58
240
+ fractal_server-2.15.10a2.dist-info/RECORD,,