Skip to content

Commit

Permalink
add_return
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Gutierrez Fernandez committed Oct 18, 2024
1 parent 8291dcf commit 0b9542d
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 0b9542d

Please sign in to comment.