Skip to content

Commit

Permalink
Further changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarkow committed Dec 14, 2014
1 parent 7244e98 commit 6e69319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helpers/intan_frontend_main.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
parse_options='';
last_file=clock;

% TODO: option for custom e-mail function (just map to anonymous function)

file_check=5; % how long to wait between file reads to check if file is no longer being written (in seconds)

mfile_path = mfilename('fullpath');
Expand Down Expand Up @@ -236,6 +238,10 @@
end
end

% TODO: use separate flags for file reading and waiting errors
% give option to send e-mail if multiple errors come up
% right now it's too sensitive

if ~isempty(parse_options)

if parse_options(end)~=delimiter
Expand Down

0 comments on commit 6e69319

Please sign in to comment.