Skip to content

Commit

Permalink
fix black flake8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
egazzarr committed Oct 18, 2023
1 parent 439ac7b commit b99ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_commons/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def kubernetes_node_label_to_dict(node_label):
"na62.cern.ch": "na62",
"projects.cern.ch": "projects",
"sft.cern.ch": "sft",
"software.igwn.org": "igwn",
"software.igwn.org": "igwn",
"unpacked.cern.ch": "unpacked",
}
"""CVMFS repositories available for mounting."""
Expand Down

0 comments on commit b99ac4d

Please sign in to comment.