From 79237108d4c8f468355efa04e3e9dc0c97743843 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 11 Dec 2020 11:18:14 +0100 Subject: [PATCH] Black --- km3io/tools.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/km3io/tools.py b/km3io/tools.py index 80b612e..619a877 100644 --- a/km3io/tools.py +++ b/km3io/tools.py @@ -472,7 +472,9 @@ def is_cc(fobj): cc_flag = w2list[:, kw2gen.W2LIST_GENHEN_CC] out = cc_flag > 0 else: - raise NotImplementedError(f"don't know how to determine the CCness of {program} files.") + raise NotImplementedError( + f"don't know how to determine the CC-ness of {program} files." + ) return out -- GitLab