Skip to content

Commit

Permalink
refactor: refactor split namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Nov 1, 2023
1 parent 7031061 commit 042f342
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def main():
args = parser.parse_args()

# Split Namespaces
config_file = args.config
setup_group = args.group
config_file, setup_group = args.config, args.group

# Checks if file exists, else raises error.
try:
Expand Down

0 comments on commit 042f342

Please sign in to comment.