mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 22:29:18 +00:00
pep8 fix
This commit is contained in:
@@ -102,7 +102,8 @@ def cmd_install(opts, conf, temporary=False, keys=[]):
|
|||||||
installed = []
|
installed = []
|
||||||
for dotfile in dotfiles:
|
for dotfile in dotfiles:
|
||||||
preactions = []
|
preactions = []
|
||||||
if not temporary and dotfile.actions and Cfg.key_actions_pre in dotfile.actions:
|
if not temporary and dotfile.actions \
|
||||||
|
and Cfg.key_actions_pre in dotfile.actions:
|
||||||
for action in dotfile.actions[Cfg.key_actions_pre]:
|
for action in dotfile.actions[Cfg.key_actions_pre]:
|
||||||
preactions.append(action)
|
preactions.append(action)
|
||||||
if opts['debug']:
|
if opts['debug']:
|
||||||
|
|||||||
Reference in New Issue
Block a user