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 9ce4706 commit 8ad2b62Copy full SHA for 8ad2b62
src/arguments/error.py
@@ -22,7 +22,6 @@ def evoke_search_error(self, error_statement):
22
class LoginError():
23
def __init__(self, error_statement, success=False):
24
"""Implements error printing for User Login
25
-
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