Skip to content
Snippets Groups Projects
Commit 2850ca60 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Change spack --profile sort key for 2.6 compatibility. (#1656)

parent 4095eb21
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ def main(): ...@@ -176,7 +176,7 @@ def main():
if args.profile: if args.profile:
import cProfile import cProfile
cProfile.run('main()', sort='tottime') cProfile.run('main()', sort='time')
elif args.pdb: elif args.pdb:
import pdb import pdb
pdb.run('main()') pdb.run('main()')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment