Skip to content

Commit

Permalink
Add NoSetup option in the DIRAC config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Nov 20, 2024
1 parent 1b8546d commit b5b13b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diracx-core/src/diracx/core/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def sub_from_preferred_username(self, preferred_username: str) -> str:


class DIRACConfig(BaseModel):
pass
NoSetup: bool = False


class JobMonitoringConfig(BaseModel):
Expand Down

0 comments on commit b5b13b4

Please sign in to comment.