Skip to content

Commit

Permalink
Merge pull request conda#9123 from forrestwaters/fw_proxy_error
Browse files Browse the repository at this point in the history
fix ProxyError expected arguments
  • Loading branch information
jjhelmus authored Aug 19, 2019
2 parents 1eb46d8 + 8b46d60 commit 3ac7898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def __init__(self, message, **kwargs):


class ProxyError(CondaError):
def __init__(self, message):
def __init__(self):
message = dals("""
Conda cannot proceed due to an error in your proxy configuration.
Check for typos and other configuration errors in any '.netrc' file in your home directory,
Expand Down

0 comments on commit 3ac7898

Please sign in to comment.