Complete EZview reformatting
This commit is contained in:
@@ -40,7 +40,6 @@ function varargout = EASYconsole(varargin)
|
||||
fprintf('This script name: %s\n', easyFileName);
|
||||
|
||||
% Set scansDir (project scans directory) intelligently
|
||||
|
||||
if exist('PROJECT_SCANS_DIR', 'var') && ~isempty(getenv('PROJECT_SCANS_DIR'))
|
||||
scansDir=fullfile(getenv('PROJECT_SCANS_DIR'));
|
||||
if exist(scansDir, 'dir')
|
||||
|
||||
Reference in New Issue
Block a user