Skip to content

Commit c5cbfd1

Browse files
committed
Update cylc/flow/config.py
1 parent fcc8a3e commit c5cbfd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cylc/flow/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,7 @@ def cycle_point_warning(self, label1, order, label2):
847847
f"{label1} cycle point '{point1}' will have no effect as"
848848
f" it is {order} the {label2} cycle point '{point2}'."
849849
)
850-
# Capitalize() makes the ISO strings look very odd:
851-
LOG.warning(msg[0].upper() + msg[1:])
850+
LOG.warning(msg)
852851
return True
853852
return False
854853

0 commit comments

Comments
 (0)