Skip to content
Snippets Groups Projects
Commit a96acd0d authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal.dags: use 5 digits for job IDs

parent 940e86c4
No related branches found
No related tags found
1 merge request!41DAG Workflow Overhaul + OSG DAG support
......@@ -167,7 +167,7 @@ class HexFormatter(dags.SimpleFormatter):
"""
def __init__(self, offset: int = 0):
self.separator = "."
self.index_format = "{:04X}"
self.index_format = "{:05X}"
self.offset = offset
def parse(self, node_name: str) -> Tuple[str, int]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment