]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/clippy.c
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / lib / clippy.c
index 44dcc02eb8645b765a5ee04ccd5a363b8aa45bd7..cd8067f5ebfd34b43b029fa3a864d59198604025 100644 (file)
@@ -85,8 +85,6 @@ int main(int argc, char **argv)
        if (PyRun_AnyFile(fp, pyfile)) {
                if (PyErr_Occurred())
                        PyErr_Print();
-               else
-                       printf("unknown python failure (?)\n");
                return 1;
        }
        Py_Finalize();