chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ce401
)
doxygen: use single quotes for non-prose text.
author
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 11 Dec 2017 13:46:35 +0000
(14:46 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 11 Dec 2017 13:47:56 +0000
(14:47 +0100)
doxygen/test/__init__.py
patch
|
blob
|
history
diff --git
a/doxygen/test/__init__.py
b/doxygen/test/__init__.py
index 96dc7b4f0b5089a9776a4e7f9da4c5d72ed57a3a..ec28592b8336e1db38961d601d6fe2e59ae3831d 100644
(file)
--- 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'))