mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #6478 - jruderman:patch-1, r=metajack
Add space between sentences <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6478) <!-- Reviewable:end -->
This commit is contained in:
commit
ec20555528
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