Skip to content

Commit

Permalink
add clairity from #4
Browse files Browse the repository at this point in the history
  • Loading branch information
TabulateJarl8 committed Jan 28, 2021
1 parent 3c75ea7 commit 08e8322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
print("")
except AttributeError:
print(u"\u001b[31m===================================================================\u001b[0m")
print(u"\u001b[31mWhoops! Executing a getFact() call got an error!\u001b[0m")
print(u"\u001b[31mWhoops! Executing a getFact() call got an AttributeError!\u001b[0m")
print(u"\u001b[31m===================================================================\u001b[0m")
exit(2)
print(u"\u001b[33m===================================================================\u001b[0m")
Expand Down

0 comments on commit 08e8322

Please sign in to comment.