Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
donald e. boyce committed Dec 3, 2024
1 parent 69a74eb commit 3fa1d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrd/findorientations.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def generate_eta_ome_maps(cfg, hkls=None, save=True):
fn = cfg.find_orientations.orientation_maps.file
eta_ome.save(fn)

logger.info(f'saved eta/ome orientation maps to "{fn}"', fn)
logger.info(f'saved eta/ome orientation maps to "{fn}"')

return eta_ome

Expand Down

0 comments on commit 3fa1d8c

Please sign in to comment.