[chirp_devel] [PATCH 2/4] Refactor version display into chirp module (#2343)
Dan Smith
Mon Feb 23 15:27:58 PST 2015
> if __name__ == "__main__":
> parser = OptionParser()
> + parser.add_option("", "--version", action="callback",
> + callback=print_version, nargs=0,
> + help="Print version and exit")
Looks like you broke the indenting here. I know, Python is weird... :)
--Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20150223/a929beb4/attachment-0001.bin
More information about the chirp_devel
mailing list