From 66abb74f813cb75a1a2ffc23711b7510cb8376a2 Mon Sep 17 00:00:00 2001 From: Mike Shal Date: Tue, 26 Jul 2016 14:15:06 -0400 Subject: [PATCH] Bug 1293387 - fix header.py direct invocation; r=chmanchester MozReview-Commit-ID: FtJpzOZ4Is6 --HG-- extra : rebase_source : b428be80fae70be2bfc6d3bf96775e3e859e9ef1 --- xpcom/idl-parser/xpidl/header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/idl-parser/xpidl/header.py b/xpcom/idl-parser/xpidl/header.py index c5e37beddb11..8cfc223f5fd8 100644 --- a/xpcom/idl-parser/xpidl/header.py +++ b/xpcom/idl-parser/xpidl/header.py @@ -542,4 +542,4 @@ def main(outputfile): p = xpidl.IDLParser(outputdir=cachedir) if __name__ == '__main__': - main() + main(None)