Hotfix: fix to assert error post installation
Compare changes
Files
6+ 14
− 14
@@ -13,7 +13,7 @@ from enum import Enum
@@ -81,10 +81,13 @@ def create_remote_container(
@@ -94,9 +97,7 @@ def list_remote_container(
@@ -113,7 +114,7 @@ def stream_log(user_input, server: str = bconfig.get_server()):
@@ -126,7 +127,7 @@ def submit_pipeline(user_input, *, rerun: bool = False, output_lines: T.List[str
@@ -136,11 +137,10 @@ def submit_pipeline(user_input, *, rerun: bool = False, output_lines: T.List[str