mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 21:02:28 +00:00
Fix: Handle emoji encoding error in dev_environment.py
Prevents UnicodeEncodeError on Windows when displaying success message.
This commit is contained in:
@@ -193,7 +193,7 @@ def main() -> None:
|
|||||||
print(f"Downloading {url} -> {filepath}")
|
print(f"Downloading {url} -> {filepath}")
|
||||||
urllib.request.urlretrieve(url, filepath)
|
urllib.request.urlretrieve(url, filepath)
|
||||||
|
|
||||||
input("Dev environment is all set. 🎉🎉\nPress Enter to continue..." "")
|
input("Dev environment is all set!! \nPress Enter to continue...")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user