Skip to content

Commit

Permalink
dos2unix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTNO committed Mar 29, 2024
1 parent 2eaa370 commit 4dc9ebe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

omotes-rest:
# build: .
image: ghcr.io/project-omotes/omotes_rest:0.0.5
image: ghcr.io/project-omotes/omotes_rest:0.0.7
networks:
- omotes
- mapeditor-net
Expand Down
1 change: 0 additions & 1 deletion src/omotes_rest/rest_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def submit_job(self, job_input: JobInput) -> JobStatusResponse:
esdlstr_bytes = job_input.input_esdl.encode('utf-8')
esdlstr_base64_bytes = base64.b64decode(esdlstr_bytes)
esdl_str = esdlstr_base64_bytes.decode('utf-8')
print(f"ESDL STR: {esdl_str}")
job = self.omotes_if.submit_job(
esdl=esdl_str,
params_dict=job_input.input_params_dict,
Expand Down

0 comments on commit 4dc9ebe

Please sign in to comment.