Skip to content

Commit

Permalink
output more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Sep 16, 2019
1 parent dc9f581 commit a122f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/lazagne/config/write_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def print_output(self, software_name, pwd_found):
# Write credentials into a text file
self.checks_write(to_write, software_name)
else:
print_debug("INFO", "No passwords found")
print_debug("INFO", "No passwords found\n")


def print_debug(error_level, message):
Expand Down

0 comments on commit a122f72

Please sign in to comment.