mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixed syntax error.
This commit is contained in:
@@ -67,7 +67,7 @@ def main(argv):
|
||||
allopts = set(opt[0] for opt in opts)
|
||||
srcdir = confdir = path.abspath(args[0])
|
||||
if not path.isdir(srcdir):
|
||||
print >>sys.stderr, 'Error: Cannot find source directory `%s'.' % (
|
||||
print >>sys.stderr, 'Error: Cannot find source directory `%s\'.' % (
|
||||
srcdir,)
|
||||
return 1
|
||||
if not path.isfile(path.join(srcdir, 'conf.py')) and \
|
||||
|
||||
Reference in New Issue
Block a user