Skip to content

Commit 428c2e9

Browse files
change default extension (#138)
1 parent 9552a41 commit 428c2e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kgo_updates/kgo_update/kgo_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def _split_lines(self, text, width):
500500
parser.add_argument(
501501
"-E",
502502
"--extension",
503-
default=".rc",
503+
default=".cylc",
504504
help="The extension of the variables file, either .rc " "or .cylc",
505505
)
506506

0 commit comments

Comments
 (0)