Skip to content

Commit b5bf2ff

Browse files
author
Peter Amstutz
committed
flake8 fix
1 parent 25c9f0f commit b5bf2ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wes_service/arvados_wes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def ListRuns(self, page_size=None, page_token=None, state_search=None):
116116

117117
def log_for_run(self, run_id, message, authtoken=None):
118118
get_api(authtoken).logs().create(body={"log": {"object_uuid": run_id,
119-
"event_type": "stderr",
120-
"properties": {"text": message+"\n"}}}).execute()
119+
"event_type": "stderr",
120+
"properties": {"text": message+"\n"}}}).execute()
121121

122122
def invoke_cwl_runner(self, cr_uuid, workflow_url, workflow_params,
123123
env, project_uuid,

0 commit comments

Comments
 (0)