Skip to content

Commit

Permalink
Update nrc_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed May 19, 2020
1 parent 1b5d2d7 commit a19a39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynrc/nrc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ def _wrap_wfed_coeff_for_mp(arg):
args, kwargs = arg

wfe = kwargs['wfe_drift']
_log.info('WFE Drift: {} nm'.format(wfe))
print('WFE Drift: {} nm'.format(wfe))

cf, _ = gen_psf_coeff(*args, **kwargs)
return cf
Expand Down

0 comments on commit a19a39a

Please sign in to comment.