Skip to content

Commit

Permalink
cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Apr 8, 2024
1 parent e3a648c commit e6b33f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if sys.version_info < (3, 8):
raise RuntimeError("goodsync requires Python 3.8+")

logger = logging.getLogger("wheel")
logger = logging.getLogger("setuptools")

logger.info("===========================================")
logger.info("===========GoodSync Tools Builder==========")
Expand Down

0 comments on commit e6b33f8

Please sign in to comment.