mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 20:52:31 +03:00
Update __main__.py
This commit is contained in:
parent
c69eadb308
commit
37e3329681
@ -55,7 +55,7 @@ def main_dev(**kwargs):
|
||||
log.println("you-get:", log.BOLD)
|
||||
log.println(" version: {}".format(__version__))
|
||||
fmt = " branch: {}\n commit: {}"
|
||||
log.println(fmt.format(*head if head else "(stable)", "(tag v{})".format(__version__)))
|
||||
log.println(fmt.format(*head if head else ("(stable)", "(tag v{})".format(__version__))))
|
||||
log.println(" platform: {}".format(platform.platform()))
|
||||
log.println(" python: {}".format(sys.version.split('\n')[0]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user