Add space between sentences

This commit is contained in:
Jesse Ruderman 2015-06-26 13:17:15 -07:00
parent 995985b985
commit e6dc0d06d6

View file

@ -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