Commit e9adf6a1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent face1ef5
......@@ -709,7 +709,7 @@ def main():
print(__doc__, file=sys.stderr)
sys.exit(2)
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
logging.basicConfig(stream=sys.stderr, level=logging.INFO)
what, arg = sys.argv[1:]
if what == 'software':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment