Skip to content

Commit

Permalink
Added message when nothing is done in aurvote-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenPete committed Mar 30, 2019
1 parent 2615c19 commit 8c50ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aurvote-auto
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def main():

for pkg in unvote:
print(f" {pkg}")
else:
print("Nothing to do")

if __name__ == "__main__":
main()

0 comments on commit 8c50ab5

Please # to comment.