From 16bfe78bd7b0d0a864c1cf43a73e5a2daedd64c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 11 Dec 2017 14:46:35 +0100 Subject: [PATCH] doxygen: use single quotes for non-prose text. --- doxygen/test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/test/__init__.py b/doxygen/test/__init__.py index 96dc7b4f..ec28592b 100644 --- a/doxygen/test/__init__.py +++ b/doxygen/test/__init__.py @@ -20,7 +20,7 @@ class IntegrationTestCase(unittest.TestCase): def setUp(self): if os.path.exists(os.path.join(self.path, 'xml')): shutil.rmtree(os.path.join(self.path, 'xml')) - subprocess.run(["doxygen"], cwd=self.path) + subprocess.run(['doxygen'], cwd=self.path) if os.path.exists(os.path.join(self.path, 'html')): shutil.rmtree(os.path.join(self.path, 'html')) -- 2.30.2