Skip to content

Commit

Permalink
Removed the default exception for user variable file
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Oct 30, 2024
1 parent 4d5b0ba commit 369698e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/oidc-controller/config/user_variable_substitution.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
raise Exception("new exception")


def sub_days_plus_one(days: str) -> int:
"""Strings like '$sub_days_plus_one_4' will be replaced with the
final number icremented by one. In this case 5.
Expand Down

0 comments on commit 369698e

Please sign in to comment.