]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Just a space wrapping `...`.
authorPedro Algarvio <pedro@algarvio.me>
Wed, 18 Dec 2013 01:57:02 +0000 (01:57 +0000)
committerPedro Algarvio <pedro@algarvio.me>
Wed, 18 Dec 2013 01:57:02 +0000 (01:57 +0000)
This eases, for example, selecting the path when the text us double clicked on a console.

alembic/util.py

index b9565480be3eeb087621607f3ec6b41411ae1a97..49c725719b4783b009611c2969abafc448a43feb 100644 (file)
@@ -151,7 +151,7 @@ def coerce_resource_to_filename(fname):
     return fname
 
 def status(_statmsg, fn, *arg, **kw):
-    msg(_statmsg + "...", False)
+    msg(_statmsg + " ... ", False)
     try:
         ret = fn(*arg, **kw)
         write_outstream(sys.stdout, "done\n")