Skip to content

Commit

Permalink
Merge pull request #322 from chaen/nosetup
Browse files Browse the repository at this point in the history
Add NoSetup option in the DIRAC config
  • Loading branch information
chaen authored Nov 20, 2024
2 parents 1b8546d + b5b13b4 commit 09ec78c
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 09ec78c

Please sign in to comment.