]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/server.py
pylint: add undefined-variable
[bup.git] / lib / bup / cmd / server.py
index 824a9b2545cb1a88f602cf1301e05ead2edaff62..357442847e1872265393381e887fb2c9c64b08f6 100755 (executable)
@@ -228,7 +228,7 @@ def rev_list(conn, _):
     if rv:
         msg = 'git rev-list returned error %d' % rv
         conn.error(msg)
-        raise GitError(msg)
+        raise git.GitError(msg)
     conn.ok()
 
 def resolve(conn, args):