Skip to content

Commit 6d0ea26

Browse files
committed
Debug
1 parent 23c5f4b commit 6d0ea26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NF_HEDM/v7/nf_MIDAS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def main():
349349
logger.info("Making hkls.")
350350
try:
351351
run_command(
352-
cmd=os.path.expanduser("~/opt/MIDAS/FF_HEDM/bin/GetHKLList") + f' {psFN}',
352+
cmd=os.path.expanduser("~/opt/MIDAS/FF_HEDM/bin/GetHKLListNF") + f' {psFN}',
353353
working_dir=resultFolder,
354354
out_file=f'{logDir}/hkls_out.csv',
355355
err_file=f'{logDir}/hkls_err.csv'

0 commit comments

Comments
 (0)