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

fix typo in comments

This commit is contained in:
Kelly Brazil
2021-03-05 09:41:17 -08:00
parent 2a5588b177
commit cc6a19adcc

View File

@ -135,7 +135,7 @@ def parse(data, raw=False, quiet=False):
if jc.utils.has_data(data):
# monkey patch to disable plugins since we don't use them and in
# ruamel.yaml versions prior to 0.17.0 the use of __name__ in the
# ruamel.yaml versions prior to 0.17.0 the use of __file__ in the
# plugin code is incompatible with the pyoxidizer packager
YAML.official_plug_ins = lambda a: []