From 358bb0a4d56b28372d6394088d34ed41f45277a5 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Thu, 2 Jun 2022 15:13:11 +0200 Subject: [PATCH] fix black linting --- nf_core/modules/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/modules/update.py b/nf_core/modules/update.py index 2ad6afab2d..150e787a74 100644 --- a/nf_core/modules/update.py +++ b/nf_core/modules/update.py @@ -438,7 +438,7 @@ class DiffEnum(enum.Enum): modules_json = self.update_modules_json( modules_json, modules_repo.name, module, version, write_file=False ) - + if self.save_diff_fn: # Compare the new modules.json and build a diff modules_json_diff = difflib.unified_diff(