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 339ab4f commit 28e1ee1Copy full SHA for 28e1ee1
diracx-cli/src/diracx/cli/auth.py
@@ -150,9 +150,7 @@ async def pilot_login(
150
async with AsyncDiracClient() as api:
151
152
try:
153
- response = await api.auth.pilot_login(
154
- pilot_job_reference=pilot_reference, pilot_secret=pilot_secret
155
- )
+ response = await api.auth.pilot_login(pilot_job_reference=pilot_reference, pilot_secret=pilot_secret) # type: ignore
156
except Exception as e:
157
print(f"Error signing in DiracX {e!r}")
158
return
0 commit comments