Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raacampbell committed Nov 19, 2019
1 parent e754f3c commit d1c82ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/@BT/bake.m
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function bake(obj,varargin)
if ~isReady
msg = sprintf('LASER NOT RUNNING (Section %d): %s\n', obj.currentSectionNumber, msg);
obj.acqLogWriteLine(msg);
msg = sprintf('%s\nBrainSaw trying to recover it.\n',msg);
msg = sprintf('%s\BakingTray trying to recover it.\n',msg);
obj.slack(msg);
obj.laser.turnOn
pause(3)
Expand All @@ -289,7 +289,7 @@ function bake(obj,varargin)
for ii=1:15
if obj.laser.isReady
obj.acqLogWriteLine('LASER RECOVERED\n');
obj.slack('BrainSaw managed to recover the laser.');
obj.slack('BakingTray managed to recover the laser.');
break
end
pause(10)
Expand Down

0 comments on commit d1c82ce

Please sign in to comment.