Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayamadhavareddy committed Apr 15, 2024
1 parent cbaa035 commit 417fe0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def env_to_param(env_line: str) -> AwsParameter:

def ensure_env_input(input_params: str):
param_lines = input_params.split(sep="\n")
print("ensure_env_input")
print(param_lines)
return [param_line.strip() for param_line in param_lines]


Expand Down

0 comments on commit 417fe0d

Please sign in to comment.