Skip to content
Snippets Groups Projects
Commit 3aae3071 authored by dilawar's avatar dilawar :ant:
Browse files

feat: Temp update.

parent 26b5407e
No related branches found
No related tags found
1 merge request!2version 0.2.0
......@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.3] -
### Added
-
- dev: Session support. Same connection is used multiple time.
### Fixed
......
......@@ -87,6 +87,7 @@ def submit_pipeline(user_input: str, server: str = DEFAULT_SERVER):
"""
pipeline_zip = user_input_to_pipeline(user_input)
containers = submit_job(pipeline_zip, server=server)
logger.info(f" Got containers {containers}")
return containers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment