- Jan 07, 2025
-
-
Daniel Hornung authored
-
Daniel Hornung authored
-
Daniel Hornung authored
-
Daniel Hornung authored
XLSXConverter paths validation See merge request !125
-
- Dec 17, 2024
- Dec 16, 2024
-
-
I. Nüske authored
-
I. Nüske authored
-
I. Nüske authored
-
I. Nüske authored
-
I. Nüske authored
- 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
-
I. Nüske authored
-
I. Nüske authored
-
I. Nüske authored
-
I. Nüske authored
-
- Dec 15, 2024
- Dec 14, 2024
- Dec 13, 2024
-
-
I. Nüske authored
-
I. Nüske authored
-
I. Nüske authored
- Remove unnecessary pass, init without effect, unused variables - Update use of deprecated methods - Fix used exception not matching documentation - Ignore logging-fstring-interpolation, variant of logging-format-interpolation
-
I. Nüske authored
-
I. Nüske authored
-
I. Nüske authored
-
- Dec 06, 2024
-
-
Florian Spreckelsen authored
Fix unit tests on Windows See merge request !124
-
Florian Spreckelsen authored
-
Florian Spreckelsen authored
-
- Dec 04, 2024
-
-
Daniel Hornung authored
-
Daniel Hornung authored
- Dec 02, 2024
-
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
- Nov 28, 2024
- Nov 27, 2024
-
-
Joscha Schmiedt authored
# TODO: this test is problematic on Windows due to the file being locked # by the logger. This is a known issue and should be fixed in the # future. # For now, the test is disabled on Windows. # See https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile
-
Joscha Schmiedt authored
-