]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Removed unreachable raise statement
authorJayson Reis <santosdosreis@gmail.com>
Thu, 13 Feb 2014 16:32:29 +0000 (16:32 +0000)
committerJayson Reis <santosdosreis@gmail.com>
Thu, 13 Feb 2014 16:32:29 +0000 (16:32 +0000)
alembic/script.py

index e816d2b593b505c0a17850aa57ec5d0cf35e8d67..32adf1c0005864032f804611f65b9aa4b02a7f3f 100644 (file)
@@ -259,7 +259,7 @@ class ScriptDirectory(object):
                 'must be resolved by manually editing the revision files to '
                 'form a linear sequence. Run `alembic branches` to see the '
                 'divergence(s).')
-            raise util.CommandError("Only a single head supported so far...")
+
         if current_heads:
             return current_heads[0]
         else: