Skip to content

Commit d772773

Browse files
committed
Added command to sanity check
1 parent c3060e1 commit d772773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

structure_threader/sanity_checks/sanity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def log_error(self, msg, aux):
3636
"Please correct the provided {f1}file and re-run"
3737
" the plotting operation of structure_threader "
3838
"with the following command:\n\n"
39-
"<command missing>".format(f1=aux, f2=msg))
39+
"structure_threader plot <opts>".format(
40+
f1=aux, f2=msg))
4041
raise SystemExit
4142

4243
def ind_mismatch(self, exp_array, kvals):

0 commit comments

Comments
 (0)