Skip to content

Commit

Permalink
Merge pull request #2241 from EdgarGF93/detector2nexus_import
Browse files Browse the repository at this point in the history
[detector2nexus] import detector_factory
  • Loading branch information
kif authored Aug 19, 2024
2 parents 32b2dc5 + 42f80e1 commit 3cda1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyFAI/app/detector2nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main():
else:
logger.setLevel(logging.INFO)

detector = pyFAI.detectors.detector_factory(options.detector)
detector = pyFAI.detector_factory(options.detector)
if options.output:
output = options.output
else:
Expand Down

0 comments on commit 3cda1c9

Please sign in to comment.