1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00

fix lgtm alert

This commit is contained in:
deadc0de6
2021-05-03 09:14:19 +02:00
parent ac8f82634e
commit 5b3bd72a5e

View File

@@ -65,7 +65,6 @@ class Cmd(DictParser):
action = self.action
if templater:
action = self._get_action(templater, debug)
cmd = action
args = self._get_args(templater)
if debug and args:
self.log.dbg('action args:')