Skip to content

Commit 12f6db9

Browse files
author
JeanRobin
committed
Attempt to fix Git path on clean up action: traces
1 parent c688e81 commit 12f6db9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/release/cleanup_dev_releases.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ def main(arg_strings=None):
4949
args = parser.parse_args(arg_strings)
5050
version = args.version
5151
dry_run = args.dry_run
52+
print(f"DEBUG: {dry_run} {type(dry_run)}") # noqa: T201
5253
if dry_run:
53-
print("Running in dry_run mode. No releases or tags will be deleted.") # noqa: T201
54+
print("⚠️ DRY RUN MODE ENABLED ⚠️") # noqa: T201
5455
extension = args.extension
5556

5657
github_path = Git.get_github_path()

0 commit comments

Comments
 (0)