From 5b3bd72a5e7f87b640f945458849e7b0de2e5217 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 3 May 2021 09:14:19 +0200 Subject: [PATCH] fix lgtm alert --- dotdrop/action.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dotdrop/action.py b/dotdrop/action.py index 41dd413..bed113d 100644 --- a/dotdrop/action.py +++ b/dotdrop/action.py @@ -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:')