From 19ee64e5e348ba6db60b9bd726b482efc76d7556 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 30 Mar 2025 13:30:52 +0000 Subject: [PATCH] clarify that all dependencies are optional (#149) --- copyparty/svchub.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/svchub.py b/copyparty/svchub.py index 9f6b6085..aade4a61 100644 --- a/copyparty/svchub.py +++ b/copyparty/svchub.py @@ -679,8 +679,8 @@ class SvcHub(object): t += ", " t += "\033[0mNG: \033[35m" + sng - t += "\033[0m, see --deps" - self.log("dependencies", t, 6) + t += "\033[0m, see --deps (this is fine btw)" + self.log("optional-dependencies", t, 6) def _check_env(self) -> None: try: