We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706c74f commit d4cf2e7Copy full SHA for d4cf2e7
1 file changed
dataflow_transfer/run_classes/generic_runs.py
@@ -54,9 +54,7 @@ def _resolve_run_id_format(self):
54
)
55
except Exception as exc:
56
logger.warning(
57
- "Unable to load run_id_format for %s from regex config: %s",
58
- self.run_type,
59
- exc,
+ f"Unable to load run_id_format for {self.run_type} from regex config: {exc}"
60
61
62
return run_id_format
0 commit comments