Skip to content

Commit a7165ad

Browse files
committed
an emoji is worth a thousand words
1 parent 41596b6 commit a7165ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

winpython/build_winpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ def generate_lockfiles(target_python: Path, winpydirbase: Path, constraints: str
8989
# check equality
9090
web, local = "", "local"
9191
if not cmp(winpydirbase.parent / f"requir.{file_postfix}_{web}.txt", winpydirbase.parent / f"requir.{file_postfix}_{local}.txt"):
92-
print("ALARM differences in ", winpydirbase.parent / f"requir.{file_postfix}_{web}.txt", winpydirbase.parent / f"requir.{file_postfix}_{local}.txt")
92+
print("⚠️⚠️⚠️⚠️⚠️⚠️ ALARM ⚠️⚠️⚠️⚠️⚠️⚠️differences in ", winpydirbase.parent / f"requir.{file_postfix}_{web}.txt", winpydirbase.parent / f"requir.{file_postfix}_{local}.txt")
9393
raise os.error
9494
else:
95-
print ("match ok ",winpydirbase.parent / f"requir.{file_postfix}_{web}.txt", winpydirbase.parent / f"requir.{file_postfix}_{local}.txt")
95+
print ("💖💖💖 match 💖💖💖 ok ",winpydirbase.parent / f"requir.{file_postfix}_{web}.txt", winpydirbase.parent / f"requir.{file_postfix}_{local}.txt")
9696

9797
# --- Main Logic ---
9898
def run_make_py(build_python, winpydirbase, args):

0 commit comments

Comments
 (0)