diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-24 08:58:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-24 08:58:46 -0400 |
| commit | 27c5d4de93cb8e8f0012ec3af889a3a0d97b7f5d (patch) | |
| tree | b10c32c11a244216dd473e2669e3ac56fa766b28 /python/clidef.py | |
| parent | cbe6eca6a60e6910ed60998b7e0dd287fb791295 (diff) | |
| parent | de1a880c4e1f24e5cb4a2c1e4793fed73107ecbe (diff) | |
Merge pull request #1031 from opensourcerouting/small-bits
small bits
Diffstat (limited to 'python/clidef.py')
| -rw-r--r-- | python/clidef.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/clidef.py b/python/clidef.py index 8e3c7595b7..aa6cd18b8b 100644 --- a/python/clidef.py +++ b/python/clidef.py @@ -257,4 +257,4 @@ if __name__ == '__main__': process_file(args.cfile, ofd, dumpfd, args.all_defun) if args.o is not None: - clippy.wrdiff(args.o, ofd) + clippy.wrdiff(args.o, ofd, [args.cfile, os.path.realpath(__file__)]) |
