add .editorconfig, format files correctly
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b42e39ed0a
commit
fbb8840dff
33 changed files with 240 additions and 238 deletions
|
@ -90,6 +90,7 @@ def notify_per_sms():
|
|||
|
||||
|
||||
def notify_per_mail():
|
||||
# editorconfig-checker-disable
|
||||
text = """
|
||||
_ _
|
||||
(_)____(_)___ ____ _____ _
|
||||
|
@ -108,6 +109,7 @@ Service: {service}"""
|
|||
State: {state}
|
||||
|
||||
{output}"""
|
||||
# editorconfig-checker-enable
|
||||
|
||||
mail = email.mime.text.MIMEText(text.format(
|
||||
host=args.host_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue