Remove file check
This commit is contained in:
parent
97b93dcb8f
commit
e3658e060c
@ -317,11 +317,11 @@ void QmuSRSim::CheckSim()
|
|||||||
$answtext=$answtext."ROOTSYS Path is wrong!\n";
|
$answtext=$answtext."ROOTSYS Path is wrong!\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
my $NewFile="$musrSim/run/$MAC.mac";
|
# my $NewFile="$musrSim/run/$MAC.mac";
|
||||||
unless (-e $NewFile) {
|
# unless (-e $NewFile) {
|
||||||
$answ=0;
|
# $answ=0;
|
||||||
$answtext=}answtext."Macro file $NewFile exists!\n";
|
# $answtext=}answtext."Macro file $NewFile exists!\n";
|
||||||
}
|
# }
|
||||||
|
|
||||||
if ($answ==0) {
|
if ($answ==0) {
|
||||||
print STDERR $answtext;
|
print STDERR $answtext;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user