Skip to content

Commit

Permalink
Merge pull request #2307 from EdgarGF93/add_return_2
Browse files Browse the repository at this point in the history
add_return
  • Loading branch information
kif authored Oct 18, 2024
2 parents 8291dcf + 0b9542d commit 03f84c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyFAI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def load(filename, type_="AzimuthalIntegrator"):
return AzimuthalIntegrator.sload(filename)
else:
from .geometry import Geometry
Geometry.sload(filename).promote(type_)
return Geometry.sload(filename).promote(type_)



Expand Down

0 comments on commit 03f84c4

Please sign in to comment.