From 74a6cdb3bba9cf5eb805cd2f2a9175901c0aee09 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 23 May 2018 09:35:57 +0530 Subject: [PATCH] ... --- kitty/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/config.py b/kitty/config.py index a97a5e757..e47042f02 100644 --- a/kitty/config.py +++ b/kitty/config.py @@ -101,7 +101,6 @@ def func_with_args(*names): for name in names: if args_funcs.setdefault(name, f) is not f: raise ValueError('the args_func {} is being redefined'.format(name)) - args_funcs[name] = f return f return w