Fix bug/oversight in formatting error message. (#7810)
This commit is contained in:
parent
0fc51a9c3e
commit
d3c1463b0a
@ -492,7 +492,7 @@ class InstallDirectoryAlreadyExistsError(DirectoryLayoutError):
|
|||||||
|
|
||||||
def __init__(self, path):
|
def __init__(self, path):
|
||||||
super(InstallDirectoryAlreadyExistsError, self).__init__(
|
super(InstallDirectoryAlreadyExistsError, self).__init__(
|
||||||
"Install path %s already exists!")
|
"Install path %s already exists!" % path)
|
||||||
|
|
||||||
|
|
||||||
class SpecReadError(DirectoryLayoutError):
|
class SpecReadError(DirectoryLayoutError):
|
||||||
|
Loading…
Reference in New Issue
Block a user