fix of MUSR-60: one runnumber in runlist does not work.
This commit is contained in:
parent
b9ac099b52
commit
9952a9df28
@ -1387,7 +1387,8 @@ void PTextEdit::musrMsr2Data()
|
||||
}
|
||||
// first element
|
||||
if (end == 1) {
|
||||
str = "[" + runList.section(' ', 0, 0) + "]";
|
||||
str = "[" + runList + "]";
|
||||
cmd.append(str);
|
||||
} else {
|
||||
str = "[" + runList.section(' ', 0, 0);
|
||||
cmd.append(str);
|
||||
|
Loading…
x
Reference in New Issue
Block a user