We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849110c commit caa16c6Copy full SHA for caa16c6
src/pyproject_hooks/_impl.py
@@ -24,7 +24,7 @@ class BackendUnavailable(Exception):
24
"""Will be raised if the backend cannot be imported in the hook process."""
25
26
def __init__(self, traceback, message=None, backend_name=None, backend_path=None):
27
- # Keep API backward compatibility
+ # Preserving arg order for the sake of API backward compatibility.
28
self.backend_name = backend_name
29
self.backend_path = backend_path
30
self.traceback = traceback
0 commit comments