From 7468d3dbb0b1a10fbf0052ce8422c4673be79f3c Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 18 Dec 2013 01:57:02 +0000 Subject: [PATCH] Just a space wrapping `...`. This eases, for example, selecting the path when the text us double clicked on a console. --- alembic/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/util.py b/alembic/util.py index b9565480..49c72571 100644 --- a/alembic/util.py +++ b/alembic/util.py @@ -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") -- 2.47.2