diff options
-rw-r--r-- | libpathod/language.py | 2 | ||||
-rw-r--r-- | libpathod/pathod.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/language.py b/libpathod/language.py index 3c545fb9..79657b37 100644 --- a/libpathod/language.py +++ b/libpathod/language.py @@ -216,7 +216,7 @@ class _Token(object): """ return None - def resolve(self, msg, settings): # pragma: no cover + def resolve(self, msg, settings): """ Resolves this token to ready it for transmission. This means that the calculated offsets of actions are fixed. diff --git a/libpathod/pathod.py b/libpathod/pathod.py index bc5a1825..f327ade4 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -250,7 +250,7 @@ class Pathod(tcp.TCPServer): ) ) return - except tcp.NetLibTimeout: # pragma: no cover + except tcp.NetLibTimeout: h.info("Timeout") self.add_log( dict( |