mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
small bug in the new system status checks show-changes command
see 4d22fb9b2a
fixes #360
This commit is contained in:
parent
680191d7cb
commit
298e19598b
@ -797,7 +797,7 @@ def run_and_output_changes(env, pool, send_via_email):
|
|||||||
for category, prev_lines in prev_status.items():
|
for category, prev_lines in prev_status.items():
|
||||||
if category not in cur_status:
|
if category not in cur_status:
|
||||||
out.add_heading(category)
|
out.add_heading(category)
|
||||||
out.add_warning("Removed.")
|
out.print_warning("This section was removed.")
|
||||||
|
|
||||||
if send_via_email:
|
if send_via_email:
|
||||||
# If there were changes, send off an email.
|
# If there were changes, send off an email.
|
||||||
|
Loading…
Reference in New Issue
Block a user