about summary refs log tree commit diff stats
path: root/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-02 21:24:08 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-02 21:24:08 +0100
commitdbeaf892c5cc728fa4a68f05fc106a4fcfcb62c1 (patch)
tree26af31be3e23d31efd235ac865ed2c166e49e155 /pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py
parenttest(tests/nvim-neorg): Increase sleep before last regex check to 1s (diff)
downloadnixos-config-dbeaf892c5cc728fa4a68f05fc106a4fcfcb62c1.zip
style(pkgs/update-vim-plugins): Format
Diffstat (limited to 'pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py')
-rw-r--r--pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py b/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py
index 7eb3eeb4..b338d81d 100644
--- a/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py
+++ b/pkgs/by-name/up/update-vim-plugins/update_vim_plugins/update.py
@@ -157,7 +157,7 @@ class UpdateCommand(Command):
         failed_but_known = None
         failed_plugin = None
         try:
-            debug_string += f" - <info>({i+1}/{size}) Processing</info> {spec!r}\n"
+            debug_string += f" - <info>({i + 1}/{size}) Processing</info> {spec!r}\n"
             vim_plugin = plugin_from_spec(spec)
             debug_string += f"   • <comment>Success</comment> {vim_plugin!r}\n"
             processed_plugin = vim_plugin