mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 03:22:42 +01:00
fix python
Maybe it now works on CI as well?
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# type cache: {'api': type-api.yaml-contents }
|
||||
tc = dict()
|
||||
for api_type in make.types:
|
||||
data = yaml.load_all(open(os.path.join(directories.api_base, 'type-%s.yaml' % api_type)))
|
||||
data = yaml.load_all(open(os.path.join(directories.api_base, 'type-%s.yaml' % api_type)), Loader = yaml.Loader)
|
||||
tc[api_type] = merge_required_fields(type(directories)(next(data)))
|
||||
# end for each type to load cache for
|
||||
%>\
|
||||
|
||||
Reference in New Issue
Block a user