File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
diracx-db/src/diracx/db/sql
diracx-logic/src/diracx/logic/auth Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class PilotSecrets(PilotAgentsDBBase):
84
84
85
85
86
86
class PilotToSecretMapping (PilotAgentsDBBase ):
87
- """Map multiple pilots to multiple secrets. Allow secret re-use ."""
87
+ """Map multiple pilots to multiple secrets. Allow secret reuse ."""
88
88
89
89
__tablename__ = "PilotToSecretMapping"
90
90
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ async def fetch_records_bulk_or_raises(
193
193
194
194
stmt = stmt .order_by (operator )
195
195
196
- # Transform into dictionnaries
196
+ # Transform into dictionaries
197
197
results = rows_to_dicts (await conn .execute (stmt ))
198
198
199
199
# Detects duplicates
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ async def register_new_pilots(
256
256
# We can verify it with "is not list"
257
257
258
258
# To help verification, we transform them temporarily into sets
259
- # We don't deal with sets everytime because they remove the order
259
+ # We don't deal with sets every time because they remove the order
260
260
try :
261
261
if isinstance (e .detail , str ):
262
262
pilots_that_already_exist = set (pilot_stamps ) - set (
You can’t perform that action at this time.
0 commit comments