From 7de1ab5270d9c6a5330dd855d9fefa5835ad7b20 Mon Sep 17 00:00:00 2001 From: Oliver Beattie Date: Thu, 5 Sep 2013 17:06:42 +0100 Subject: [PATCH] Fix missing space --- alembic/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/script.py b/alembic/script.py index d019480e..8f3d11f0 100644 --- a/alembic/script.py +++ b/alembic/script.py @@ -247,7 +247,7 @@ class ScriptDirectory(object): current_heads = self.get_heads() if len(current_heads) > 1: raise util.CommandError('Only a single head is supported. The ' - 'script directory has multiple heads (due to branching), which' + 'script directory has multiple heads (due to branching), which ' 'must be resolved by manually editing the revision files to ' 'form a linear sequence. Run `alembic branches` to see the ' 'divergence(s).') -- 2.47.2