CDM Analytics
Results
2
comments of
CDM Analytics
OK, I think I fixed both problems I was having with the following code change to the "parse_ixbrl" function in xbrl/instance.py: ``` instance_file = open(instance_path, "r", encoding=encoding) contents = instance_file.read()...
I also added the `instance_file.close()` line which could alternatively be done using a `with` block. Thanks for the follow up! It's a great module that has been really helpful to...