mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 09:04:18 +00:00
fix lgtm alert
This commit is contained in:
@@ -65,7 +65,6 @@ class Cmd(DictParser):
|
|||||||
action = self.action
|
action = self.action
|
||||||
if templater:
|
if templater:
|
||||||
action = self._get_action(templater, debug)
|
action = self._get_action(templater, debug)
|
||||||
cmd = action
|
|
||||||
args = self._get_args(templater)
|
args = self._get_args(templater)
|
||||||
if debug and args:
|
if debug and args:
|
||||||
self.log.dbg('action args:')
|
self.log.dbg('action args:')
|
||||||
|
|||||||
Reference in New Issue
Block a user