Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typing error
  • Loading branch information
hegusung committed Jul 22, 2014
1 parent 0c72fd4 commit 855c72f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iptc/xtables.py
Expand Up @@ -920,7 +920,6 @@ def find_target(self, name):
name = name.encode()
name = self._check_extname(name)
target = xtables._xtables_find_target(name, XTF_TRY_LOAD)
return ct.cast(target, ct.POINTER(self._target_struct))
if not target:
self._try_register(name)
target = xtables._xtables_find_target(name, XTF_TRY_LOAD)
Expand Down

0 comments on commit 855c72f

Please sign in to comment.