Skip to content

Commit 617441c

Browse files
authored
Remove emojis from check_patches_clean_apply.py
1 parent 20b2932 commit 617441c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_patches_clean_apply.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def prepare_patch_recipes() -> List[Path]:
112112
continue
113113
filtered = filter_sources(src_section)
114114
if not filtered:
115-
# No patches skip
115+
# No patches -> skip
116116
continue
117117

118118
pkg = recipe.get("package", {"name": recipe_file.parent.name, "version": "0"})
@@ -137,7 +137,7 @@ def run_rattler_build() -> None:
137137
"--recipe-dir",
138138
str(PATCH_RECIPES_DIR)
139139
]
140-
print("\n🔧 Running:", " ".join(cmd), "\n", flush=True)
140+
print("\n Running:", " ".join(cmd), "\n", flush=True)
141141
subprocess.run(cmd, check=True)
142142

143143

0 commit comments

Comments
 (0)