1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2019-11-12 14:20:59 -08:00
parent e17388d3b2
commit eef0dee2aa
2 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,10 @@ def compatibility(mod_name, compatible):
compatible (list) sys.platform name(s) compatible with the parser
compatible options:
linux, darwin, cygwin, win32, aix, freebsd
Returns:
no return, just prints output to STDERR
"""
if sys.platform not in compatible:
mod = mod_name.split('.')[-1]