[fix] missing space
This commit is contained in:
parent
3c3c345571
commit
db53d48531
@ -123,8 +123,8 @@ def main():
|
||||
|
||||
dirs = filter(lambda x: x not in (".", "..") and os.path.isdir(x) and os.path.exists(os.path.join(os.getcwd(), x, "settings.yaml")), os.listdir(os.getcwd()))
|
||||
|
||||
error(dirs, "I can't find at least one directory with a settings.yaml in the current working"
|
||||
"directory (NOT the settings.yaml in your current directory, but one INSIDE A"
|
||||
error(dirs, "I can't find at least one directory with a settings.yaml in the current working "
|
||||
"directory (NOT the settings.yaml in your current directory, but one INSIDE A "
|
||||
"DIRECTORY in your current working directory), you don't have any gallery?")
|
||||
|
||||
if not os.path.exists("build"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user