From 52157addd0d6dff3bdb34f179ec14b07c8c27ccc Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 2 Feb 2022 11:49:24 -0800 Subject: [PATCH] fix compatible list --- jc/parsers/foo_s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/foo_s.py b/jc/parsers/foo_s.py index 44e0ee31..25eef6c3 100644 --- a/jc/parsers/foo_s.py +++ b/jc/parsers/foo_s.py @@ -63,7 +63,7 @@ class info(): author_email = 'johndoe@gmail.com' # compatible options: linux, darwin, cygwin, win32, aix, freebsd - compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd'] + compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'] streaming = True