mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +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)
|
||||
except Exception as e:
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue