Skip to content

Commit

Permalink
Fixing sharded regexp pattern config (datahub-project#5861)
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es authored and shirshanka committed Sep 8, 2022
1 parent d34a5e9 commit 3ac3328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def sharded_table_pattern_is_a_valid_regexp(cls, v):
raise ConfigurationError(
f"sharded_table_pattern configuration pattern is invalid. The exception was: {e}"
)
return
return v

0 comments on commit 3ac3328

Please sign in to comment.