Skip to content

Commit 51fc37c

Browse files
author
Joel Bernier
committed
minore logger fix
1 parent 87b73b0 commit 51fc37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hexrd/findorientations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def find_orientations(cfg, hkls=None, clean=False, profile=False):
446446
)
447447

448448
# generate the completion maps
449-
logger.info("Running paintgrid on %d trial orientations", (quats.shape[1]))
449+
logger.info("Running paintgrid on %d trial orientations", quats.shape[1])
450450
if profile:
451451
logger.info("Profiling mode active, forcing ncpus to 1")
452452
ncpus = 1

0 commit comments

Comments
 (0)