From 129c1a0b1a526035c139fc5b6e35479ce63f18ac Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 5 Feb 2017 19:09:31 +0100 Subject: [PATCH] Add missing comma --- scripts/dev/check_coverage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/check_coverage.py b/scripts/dev/check_coverage.py index b97ea7f8b..987a376ae 100644 --- a/scripts/dev/check_coverage.py +++ b/scripts/dev/check_coverage.py @@ -105,7 +105,7 @@ PERFECT_FILES = [ ('tests/unit/misc/test_pastebin.py', 'qutebrowser/misc/pastebin.py'), (None, - 'qutebrowser/misc/objects.py') + 'qutebrowser/misc/objects.py'), (None, 'qutebrowser/mainwindow/statusbar/keystring.py'),