Skip to content

Commit

Permalink
DNS: out() instead of print()
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Dec 20, 2024
1 parent 88a8dc9 commit d11038b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdeploy/src/cmdeploy/dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def check_full_zone(sshexec, remote_data, out, zonefile, all) -> int:
out.red("Please set required DNS entries at your DNS provider:\n")
for line in required_diff:
out(line)
print()
out("")
returncode = 1
if recommended_diff and (all or not required_diff):
out("WARNING: these recommended DNS entries are not set:\n")
Expand Down

0 comments on commit d11038b

Please sign in to comment.