X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Fclippy.c;h=cd8067f5ebfd34b43b029fa3a864d59198604025;hb=f94ed830df98218447f00b97f856de811bfcc4a2;hp=44dcc02eb8645b765a5ee04ccd5a363b8aa45bd7;hpb=8d6d6b2581be7c60ab4913df1adf46098a3dc4ae;p=mirror_frr.git diff --git a/lib/clippy.c b/lib/clippy.c index 44dcc02eb..cd8067f5e 100644 --- a/lib/clippy.c +++ b/lib/clippy.c @@ -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();