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 6ab3faa commit 1192a8bCopy full SHA for 1192a8b
diracx-logic/src/diracx/logic/pilots/management.py
@@ -30,7 +30,7 @@ async def register_new_pilots(
30
pilot_db=pilot_db, pilot_stamps=pilot_stamps
31
)
32
33
- # If we found pilots from the list, this means some pilots already exists
+ # If we found pilots from the list, this means some pilots already exist
34
if len(existing_pilots) > 0:
35
found_keys = {pilot["PilotStamp"] for pilot in existing_pilots}
36
0 commit comments