Skip to content

Commit

Permalink
Also print some nice information about the used packages
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21516 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 15, 2014
1 parent 2bd7088 commit a4f66cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/CountClassUses.py
Expand Up @@ -25,5 +25,6 @@
if c in all_classes:
all_classes[c].append(name)

print(argv[1],'coverage using example models in',', '.join(argv[1:]))
for cl in sorted(all_classes, key = lambda cl: (len(all_classes[cl]),cl)):
print(len(all_classes[cl]),cl)

0 comments on commit a4f66cf

Please sign in to comment.