Skip to content

Commit

Permalink
updaet
Browse files Browse the repository at this point in the history
  • Loading branch information
klytje committed Oct 21, 2024
1 parent 8ede875 commit 60be519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/sasview.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down

0 comments on commit 60be519

Please sign in to comment.