From e867ce77dc6fb43df996fb39dd86ae3549a16696 Mon Sep 17 00:00:00 2001 From: mkozlowskiAzimuthe Date: Sun, 22 Jan 2023 23:52:34 +0100 Subject: [PATCH] fix system name --- single_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_eval.py b/single_eval.py index d5c6516..73e986b 100644 --- a/single_eval.py +++ b/single_eval.py @@ -26,7 +26,7 @@ model.eval() model.to(device) print("Print ipconfig") -if platform == linux: +if platform == "linux": os.system("ip r") else: os.system("ipconfig")