-
- Downloads
MNT: Ignore pylint error where the current code seems the best solution:
- In export_related.py export() we do not care which Exception is raised & need to continue - In import_from_xml.py import_xml() the File from which the _checksum is deleted is created within this method - In table_export.py BaseTableExporter.collect_information(), the method called by _call_find_function is not set, so determining which exceptions may be raised is difficult - table_importer.py TSVImporter.read_file() only exists for backward compatibility
parent
4c88ff22
Branches
Tags
Showing
- src/caosadvancedtools/export_related.py 1 addition, 1 deletionsrc/caosadvancedtools/export_related.py
- src/caosadvancedtools/import_from_xml.py 1 addition, 1 deletionsrc/caosadvancedtools/import_from_xml.py
- src/caosadvancedtools/table_export.py 1 addition, 1 deletionsrc/caosadvancedtools/table_export.py
- src/caosadvancedtools/table_importer.py 1 addition, 1 deletionsrc/caosadvancedtools/table_importer.py
Please register or sign in to comment