diff options
| author | georg | 2019-07-22 13:31:40 -0700 |
|---|---|---|
| committer | jvoisin | 2019-07-22 13:31:40 -0700 |
| commit | 8bb2826f7a396cdc49542bf3bb868a9c61848ed2 (patch) | |
| tree | b6a56ffd460769ab661691eb9b891fe6b1db7e46 /libmat2/parser_factory.py | |
| parent | 5c33b290ae2727275ac4ba2128f17fa757f0e7c8 (diff) | |
CI: Add job to run codespell, a spell checking software
Diffstat (limited to 'libmat2/parser_factory.py')
| -rw-r--r-- | libmat2/parser_factory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/parser_factory.py b/libmat2/parser_factory.py index 6150b26..23529db 100644 --- a/libmat2/parser_factory.py +++ b/libmat2/parser_factory.py | |||
| @@ -56,7 +56,7 @@ def get_parser(filename: str) -> Tuple[Optional[T], Optional[str]]: | |||
| 56 | try: | 56 | try: |
| 57 | return parser_class(filename), mtype | 57 | return parser_class(filename), mtype |
| 58 | except ValueError as e: | 58 | except ValueError as e: |
| 59 | logging.info("Got an exception when trying to instanciate " | 59 | logging.info("Got an exception when trying to instantiate " |
| 60 | "%s for %s: %s", parser_class, filename, e) | 60 | "%s for %s: %s", parser_class, filename, e) |
| 61 | return None, mtype | 61 | return None, mtype |
| 62 | return None, mtype | 62 | return None, mtype |
