Commit c60e96b6 authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

error printing end by a dot

parent 8418f52d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -742,7 +742,7 @@ def main():
        options.func(options)
        exit(0)
    except Exception as e:
        error(e)
        error(u"%s." % e)
    except KeyboardInterrupt:
        warn("Keyboard Interrupted")
        exit(1)