From 9d3a7a27ef74a125d678156f173aab929a634013 Mon Sep 17 00:00:00 2001 From: jacobliberman Date: Tue, 3 Feb 2015 10:48:15 -0600 Subject: [PATCH] Replace ' with " in tests/unit/[common,deploy,doc,fixtures] Partial bug: 1405884 Change-Id: I0100649c32bb911dab345c40492aa148ed1832c6 --- tests/unit/doc/test_task_samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/doc/test_task_samples.py b/tests/unit/doc/test_task_samples.py index 3af3973c..c97eb92f 100644 --- a/tests/unit/doc/test_task_samples.py +++ b/tests/unit/doc/test_task_samples.py @@ -43,7 +43,7 @@ class TaskSampleTestCase(test.TestCase): # NOTE(hughsaunders): Skip non config files # (bug https://bugs.launchpad.net/rally/+bug/1314369) - if not re.search('\.(ya?ml|json)$', filename, flags=re.I): + if not re.search("\.(ya?ml|json)$", filename, flags=re.I): continue with open(full_path) as task_file: