Skip to content

Commit 95ce6f1

Browse files
committed
Don't pre-format log strings
1 parent d20aa6b commit 95ce6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

khal/cli_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __getitem__(self, key):
190190
def prepare_context(ctx, config):
191191
assert ctx.obj is None
192192

193-
logger.debug('khal %s' % __version__)
193+
logger.debug('khal %s', __version__)
194194
try:
195195
conf = get_config(config)
196196
except NoConfigFile:

0 commit comments

Comments
 (0)