mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 13:13:49 +00:00
pep8 fix
This commit is contained in:
@@ -102,7 +102,8 @@ def cmd_install(opts, conf, temporary=False, keys=[]):
|
||||
installed = []
|
||||
for dotfile in dotfiles:
|
||||
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]:
|
||||
preactions.append(action)
|
||||
if opts['debug']:
|
||||
|
||||
Reference in New Issue
Block a user