Skip to content

Commit 54a248b

Browse files
authored
Print new URL of cherry-picker's repository on error (#33)
1 parent 7122a15 commit 54a248b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cherry_picker/cherry_picker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ class state:
526526
"Valid states are: "
527527
f'{", ".join(s.name for s in self.ALLOWED_STATES)}. '
528528
"If this looks suspicious, raise an issue at "
529-
"https://github.com/python/core-workflow/issues/new.\n"
529+
"https://github.com/python/cherry-picker/issues/new.\n"
530530
"As the last resort you can reset the runtime state "
531531
"stored in Git config using the following command: "
532532
"`git config --local --remove-section cherry-picker`"

cherry_picker/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ class tested_state:
636636
r"Valid states are: "
637637
r"[\w_\s]+(, [\w_\s]+)*\. "
638638
r"If this looks suspicious, raise an issue at "
639-
r"https://github.com/python/core-workflow/issues/new\."
639+
r"https://github.com/python/cherry-picker/issues/new\."
640640
"\n"
641641
r"As the last resort you can reset the runtime state "
642642
r"stored in Git config using the following command: "

0 commit comments

Comments
 (0)