diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-08-21 03:00:07 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-08-21 03:00:07 +0000 |
| commit | 0168bf250ce75e00e2d09f4ebb742fe562f6e426 (patch) | |
| tree | 4130cdb0bb4ceddac3825f1a7ef756fe60a0013b /docutils/tools/quicktest.py | |
| parent | ab473fe64d032214f73059758b2804f03fc01e42 (diff) | |
| download | docutils-0168bf250ce75e00e2d09f4ebb742fe562f6e426.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@572 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/quicktest.py')
| -rwxr-xr-x | docutils/tools/quicktest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tools/quicktest.py b/docutils/tools/quicktest.py index 133cfc815..2f0c46454 100755 --- a/docutils/tools/quicktest.py +++ b/docutils/tools/quicktest.py @@ -190,7 +190,7 @@ def main(): options.debug = optargs['debug'] parser = Parser() input = inputFile.read() - document = new_document(options) + document = new_document(inputFile.name, options) parser.parse(input, document) output = format(outputFormat, input, document, optargs) outputFile.write(output) |
