Skip to content

Commit

Permalink
removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy authored Oct 1, 2024
1 parent ef89a48 commit e3cb67c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions tercen/util/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,7 @@ def get_base_prefix_compat():
if len(sys.argv) <= 1:
raise "Base folder is required to detect requirements"


# tercen_requirements.txt <- IF it exists...
baseReq = wdFolder + "/tercen_requirements.txt"
# if len(sys.argv) > 1:
# for k in range(2, len(sys.argv)):
# param = sys.argv[k].split("==")
# if param[0] == "--baseReq":
# baseReq = param[1]
# if param[0] == "-h":
# print_help_message()
# sys.exit()


baseModules = []
baseModulesLines = []
Expand Down
2 changes: 0 additions & 2 deletions tercen/util/workflow_run_all_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def __get_schema_id(computedRelation, client):
context.context.client.taskService.runTask(cbTask.id)
cbTask = context.context.client.taskService.waitDone(cbTask.id)

# step.state.taskState = InitState()
step.state.taskId = cbTask.id
wkf.steps[i] = step

Expand All @@ -149,7 +148,6 @@ def __get_schema_id(computedRelation, client):
step.computedRelation = task.computedRelation
step.state.taskId = task.id
step.state.taskState = task.state
# step.state = DoneState()
wkf.steps[i] = step

context.context.client.workflowService.update(wkf)
Expand Down

0 comments on commit e3cb67c

Please sign in to comment.