Skip to content

Commit

Permalink
fix std top modules
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Feb 20, 2024
1 parent ad9f4b5 commit 5e5c6bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index/std.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def version(self, release):
if totalResult is None:
finalResult = AexPyResult(code=1, log="Failed to dump", out="")
else:
totalResult.distribution.topModules = modules
totalResult.duration = timer()
finalResult = AexPyResult(
out=totalResult.model_dump_json(), log=totalLog, code=0
Expand Down

0 comments on commit 5e5c6bb

Please sign in to comment.