From 114311f6a32f189d9ec3430021f856f3e2456337 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 09 2018 07:15:47 +0000 Subject: Flake8 fixes Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/lib/tasks.py b/pagure/lib/tasks.py index bff47d3..1059032 100644 --- a/pagure/lib/tasks.py +++ b/pagure/lib/tasks.py @@ -282,8 +282,7 @@ def create_project( if templ: if not os.path.exists(templ): _log.warning( - "Invalid git template configured: %s, not found on disk", - templ, + "Invalid git template configured: %s, not found on disk", templ ) templ = None else: