Skip to content
Snippets Groups Projects
Commit 9d5f982d authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

show --install-layout=deb warning even in silent mode

parent 1293690d
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def fix_locations(package):
'found in two locations:\n %s\n %s',
ver, location, found_versions[ver])
exit(2)
log.info('Python %s should install files in %s. '
log.warn('Python %s should install files in %s. '
'Did you forget "--install-layout=deb"?',
ver, sitedir(version))
if not isdir(dstdir):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment