Skip to content

Commit cef4a73

Browse files
authored
Merge pull request #1705 from stonebig/master
an emoji is worth a thousand words
2 parents 8dd52e1 + a7165ad commit cef4a73

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)