We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f24eba commit a6718caCopy full SHA for a6718ca
src/arguments/error.py
@@ -21,7 +21,8 @@ def evoke_search_error(self, error_statement):
21
22
class LoginError():
23
def __init__(self, error_statement, success=False):
24
- """Implements error printing for User Login
+ """
25
+ Implements error printing for User Login
26
:error_statement: Error statement to print
27
:success: Indicates success of login attempt
28
Prints in green if True else red
0 commit comments