mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Add space between sentences
This commit is contained in:
parent
995985b985
commit
e6dc0d06d6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def notify(title, text):
|
||||||
func(title, text)
|
func(title, text)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
extra = getattr(e, "message", "")
|
extra = getattr(e, "message", "")
|
||||||
print("[Warning] Could not generate notification!%s" % extra, file=sys.stderr)
|
print("[Warning] Could not generate notification! %s" % extra, file=sys.stderr)
|
||||||
|
|
||||||
|
|
||||||
@CommandProvider
|
@CommandProvider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue