Skip to content

Commit

Permalink
Fix display name of installed missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Aug 5, 2023
1 parent 3e1b01a commit 054ae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_control/package_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def install_missing_libraries(self):

with ActivityIndicator(message) as progress:
for lib in missing_libraries:
progress.set_label('Installing library {}'.format(lib))
progress.set_label('Installing library {}'.format(lib.name))
if self.manager.install_library(lib):
self.updated_libraries = True

Expand Down

0 comments on commit 054ae8b

Please sign in to comment.