Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pencinarsanz-atos committed Oct 26, 2021
1 parent e788119 commit ea1b097
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions evolved5g/cli_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,6 @@ def check_pipeline(self):
print (element)
elif "] stage" in element:
print (element)


# if "message" in result:
# print (result["message"])

# else:
# console = (json.dumps(result["console_log"]).split('\\n'))

# for element in console:
# if "] { (" in element:
# print (element)
# elif "[Pipeline]" not in element:
# print (element)
# elif "] stage" in element:
# print (element)



0 comments on commit ea1b097

Please sign in to comment.