Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Aug 15, 2024
1 parent 8493f97 commit b381e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spras/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def process_config(self, raw_config):
# When Snakemake parses the config file it loads the datasets as OrderedDicts not dicts
# Convert to dicts to simplify the yaml logging
self.datasets = {dataset["label"]: dict(dataset) for dataset in raw_config["datasets"]}

for key in self.datasets:
pattern = r'^\w+$'
if not bool(re.match(pattern, key)):
Expand Down

0 comments on commit b381e9a

Please sign in to comment.