Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedor committed Jul 23, 2024
1 parent e9c7f6b commit 990c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perun/logic/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ def get_untracked_profiles() -> list[ProfileInfo]:
# extract the info and register it in the index
if untracked_list:
perun_log.minor_info(
f"{perun_log.highlight(len(untracked_list))} files are not registered in pending index."
f"{perun_log.highlight(str(len(untracked_list)))} files are not registered in pending index."
)
perun_log.minor_info("Refreshing pending index: this might take some time.")
for untracked_path in progressbar.progressbar(untracked_list):
Expand Down

0 comments on commit 990c855

Please sign in to comment.