Skip to content

Commit

Permalink
Final issues with Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Mar 27, 2019
1 parent f02af0b commit 81edd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a0fdcbe8332a46399a2da90f97900e78)](https://www.codacy.com/app/UAVCAN/pydsdl)
[![Forum](https://img.shields.io/discourse/https/forum.uavcan.org/users.svg)](https://forum.uavcan.org)

**PyDSDL is a [UAVCAN](https://uavcan.org) DSDL compiler frontend implemented in Python.**
PyDSDL is a [UAVCAN](https://uavcan.org) DSDL compiler frontend implemented in Python.

PyDSDL supports all DSDL features defined in the UAVCAN specification,
and performs all mandatory static definition validity checks.
Expand Down Expand Up @@ -128,7 +128,7 @@ this type is unstable and should not be used by the application directly.
Converting a `FrontendError` (or derived) object to `str` yields an error message in a conventional error format
suitable for error parsers of most IDEs; for example:

```
```text
uavcan/internet/udp/500.HandleIncomingPacket.1.0.uavcan:33: Error such and such
```

Expand Down
1 change: 0 additions & 1 deletion pydsdl/_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ def _unittest_assert() -> None:

def _unittest_parse_namespace() -> None:
from pytest import raises
import tempfile
directory = tempfile.TemporaryDirectory()

print_output = None # type: typing.Optional[typing.Tuple[dsdl_definition.DSDLDefinition, int, str]]
Expand Down

0 comments on commit 81edd6b

Please sign in to comment.