From 175ea0a106e2c82f579ea211222845e219971cc9 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 10 Aug 2024 23:47:00 +0200 Subject: fix(home/beets): Typo in inline python code --- modules/home/conf/beets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 7fe1d742..643538e7 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -129,7 +129,7 @@ # import time, or we raise an NameError exception. try: myartist - except NameError + except NameError: import re return re.split(',|\\s+(feat(.?|uring)|&|(Vs|Ft).)', albumartist, 1, flags=re.IGNORECASE)[0] else: -- cgit 1.4.1