Skip to content

Commit

Permalink
dump fails wihtout stream to write to
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Feb 6, 2024
1 parent 7fe41b6 commit 967df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publish_conda_stack/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def main():
print(f"DONE, Result written to {result_file}")
print("--------")
print("Summary:")
print(yaml.dump(result))
yaml.dump(result, sys.stdout)


def write_result(result_file_name, result):
Expand Down

0 comments on commit 967df17

Please sign in to comment.