Skip to content

Commit

Permalink
missing assign
Browse files Browse the repository at this point in the history
  • Loading branch information
klytje committed Oct 21, 2024
1 parent b83c074 commit 6ac7d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sas/sascalc/calculator/ausaxs/ausaxs_sans_debye.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _attach_hooks():
logging.log("AUSAXS: Unsupported OS. Using default Debye implementation.")
return None, lib_state.FAILED

loc.joinpath(file)
path = loc.joinpath(file)
ausaxs_state = lib_state.READY
try:
# evaluate_sans_debye func
Expand Down

0 comments on commit 6ac7d56

Please sign in to comment.