From 60be519dc234cdf38f9b2fdf2d02c4a6e556a400 Mon Sep 17 00:00:00 2001 From: krellemeister Date: Mon, 21 Oct 2024 20:42:10 +0200 Subject: [PATCH] updaet --- installers/sasview.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/sasview.spec b/installers/sasview.spec index d62958de7a..f3671957ad 100644 --- a/installers/sasview.spec +++ b/installers/sasview.spec @@ -78,7 +78,7 @@ if platform.system() == 'Windows': ]) import os -print(f"Library location: sas/sascalc/calculator/ausaxs/lib, found by path: {'yes' if os.path.exists(sas/sascalc/calculator/ausaxs/lib/libausaxs.dylib) else 'no'}") +print(f"Library location: sas/sascalc/calculator/ausaxs/lib, found by path: {'yes' if os.path.exists('sas/sascalc/calculator/ausaxs/lib/libausaxs.dylib') else 'no'}") a = Analysis( ['sasview.py'], pathex=[],