Skip to content

Commit 1be9c05

Browse files
committed
Fix tests
1 parent 7c0a507 commit 1be9c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools_git_versioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def __main__():
626626
parser = _parser()
627627
namespace = parser.parse_args()
628628
log_level = VERBOSITY_LEVELS.get(namespace.verbose, logging.DEBUG)
629-
logging.basicConfig(level=log_level, format=LOG_FORMAT)
629+
logging.basicConfig(level=log_level, format=LOG_FORMAT, stream=sys.stderr)
630630
print(main(root=namespace.root).public)
631631

632632

0 commit comments

Comments
 (0)