diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-27 19:49:29 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-27 19:49:29 +0000 |
| commit | feb6d8044260128c9c08a52b5e636788c0c6285a (patch) | |
| tree | d05de062567476131bedbcb825f86530bd668789 /docutils/tools/test | |
| parent | ef76ac07c52194483b75caee8b2610dce1eca063 (diff) | |
| download | docutils-feb6d8044260128c9c08a52b5e636788c0c6285a.tar.gz | |
trivial: Misc whitespace fixes
Signed-off-by: Stephen Finucane <stephen@that.guru>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8376 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/test')
| -rw-r--r-- | docutils/tools/test/test_buildhtml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tools/test/test_buildhtml.py b/docutils/tools/test/test_buildhtml.py index 0d4a2fd05..b2b7038dd 100644 --- a/docutils/tools/test/test_buildhtml.py +++ b/docutils/tools/test/test_buildhtml.py @@ -41,7 +41,7 @@ def process_and_return_filelist(options): (cin, cout) = (p.stdin, p.stdout) except NameError: cin, cout = os.popen4(buildhtml_path+" "+options) - while 1: + while True: line = cout.readline() if not line: break |
