Skip to content

Commit

Permalink
Update disabled task tool (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 committed Sep 11, 2021
1 parent 787053a commit b6ea9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_asserts/util_progress_tools.clj
Expand Up @@ -128,4 +128,4 @@
(swap! disabled-list conj issue-name))))
(if (empty? @disabled-list)
(println "There is no disabled tasks! Yaay!")
(println "Disabled tasks list:\n" (s/join "\n" @disabled-list)))))
(println (str "Disabled tasks list:\n" (s/join ", " @disabled-list) "\nTotal number of disabled tasks is: " (count @disabled-list) "!")))))

0 comments on commit b6ea9e0

Please sign in to comment.