Skip to content

Commit

Permalink
Merge pull request #7 from podaac/release/0.1.2
Browse files Browse the repository at this point in the history
Label final log message
  • Loading branch information
cqbanh authored Feb 14, 2024
2 parents 79d9a9f + 08490f1 commit 20ea435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_list_creator_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def print_final_log(logger):
if "number_downloads" in line: execution_data += f" - {line}"
if "processed" in line: processed.append(line.split("processed: ")[-1])

final_log_message = ""
final_log_message = "final_log: "
if execution_data: final_log_message += execution_data
if len(processed) > 0: final_log_message += f" - processed: {', '.join(processed)}"

Expand Down

0 comments on commit 20ea435

Please sign in to comment.