Skip to content

Commit

Permalink
Improve explanation in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Feb 22, 2023
1 parent 849110c commit caa16c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject_hooks/_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BackendUnavailable(Exception):
"""Will be raised if the backend cannot be imported in the hook process."""

def __init__(self, traceback, message=None, backend_name=None, backend_path=None):
# Keep API backward compatibility
# Preserving arg order for the sake of API backward compatibility.
self.backend_name = backend_name
self.backend_path = backend_path
self.traceback = traceback
Expand Down

0 comments on commit caa16c6

Please sign in to comment.