Skip to content

Commit 545210c

Browse files
MatthijsBurghar13pit
authored andcommitted
Fix tue-install-warning not printing
1 parent a41f6de commit 545210c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tue_get/installer_impl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def tue_install_warning(self, msg: str) -> None:
299299
log_msg = f"[{self._current_target}] WARNING: {msg}"
300300
colored_log = colored(log_msg, color="yellow", attrs=["bold"])
301301
self._warn_logs.append(colored_log)
302+
print(colored_log)
302303
self._log_to_file(log_msg)
303304

304305
def tue_install_info(self, msg: str) -> None:

0 commit comments

Comments
 (0)