Skip to content

Commit

Permalink
Add git describe to diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Sep 26, 2024
1 parent 4a0768e commit 4567028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ def diagnose():
try:
import subprocess, sys # noqa
print(subprocess.check_output([sys.executable, '-m', 'pip', 'freeze']))
print(subprocess.check_output(["git", "describe", "--all", "--tags", "--long", "--always",]))
finally:
pass
async def test():
Expand Down

0 comments on commit 4567028

Please sign in to comment.