Skip to content

Commit 74950cb

Browse files
jennyhicksonr-sharp
authored andcommitted
add print to archive (MetOffice#203)
1 parent 1c2fd19 commit 74950cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gh_review_project/review_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def archive(self, project: int, dry_run: bool = False) -> None:
345345
if dry_run:
346346
print(f"[DRY RUN] {message: <40} {command}")
347347
else:
348+
print(message)
348349
run_command(command)
349350

350351
def modify_milestone(self, milestone: str, dry_run: bool = False) -> None:

0 commit comments

Comments
 (0)