[Github-comments] [geany] Gtkdoc hdr (#890)

Thomas Martitz notifications at xxxxx
Thu Feb 11 21:48:53 UTC 2016


> +(opts,args) = parser.parse_args()
> +
> +xml_dir = args[0]
> +if (opts.outfile):
> +	outfile = open(opts.outfile, "w+")
> +else:
> +	outfile=sys.stdout
> +
> +if (opts.scioutfile):
> +	scioutfile = open(opts.scioutfile, "w+")
> +else:
> +	scioutfile = outfile
> +
> +if (outfile is None):
> +	sys.stderr.write("no output file\n")
> +	exit(1)

ok

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/890/files#r52672693
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160211/48062fb3/attachment.html>


More information about the Github-comments mailing list