Skip to content

Commit 0a4d554

Browse files
Merge pull request #32 from InformaticsMatters/sc-3475
Removed out-of-date comments
2 parents 9f725a2 + 48a5f14 commit 0a4d554

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

workflow/workflow_engine.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,6 @@ def _handle_pod_message(self, msg: PodMessage) -> None:
204204
# The PodMessage has an 'instance', 'has_exit_code', and 'exit_code' values.
205205
_LOGGER.info("PodMessage:\n%s", str(msg))
206206

207-
# ALL THIS CODE ADDED SIMPLY TO DEMONSTRATE THE USE OF THE API ADAPTER
208-
# AND THE INSTANCE LAUNCHER FOR THE SIMPLEST OF WORKFLOWS: -
209-
# THE "TWO-STEP NOP".
210-
# THERE IS NO SPECIFICATION MANIPULATION NEEDED FOR THIS EXAMPLE
211-
# THE STEPS HAVE NO INPUTS OR OUTPUTS.
212-
# THIS FUNCTION PROBABLY NEEDS TO BE A LOT MORE SOPHISTICATED!
213-
214207
# Ignore anything without an exit code.
215208
if not msg.has_exit_code:
216209
_LOGGER.error("PodMessage has no exit code")

0 commit comments

Comments
 (0)