Changeset 23054


Ignore:
Timestamp:
08/06/18 13:06:45 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not error out if one file is missing, just send a warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/os/issmscpin.m

    r22302 r23054  
    6666                for i=1:numel(packages),
    6767                        if ~exist(['./' packages{i}]),
    68                                 error('issmscpin error message: could not call scp on *nix system');
     68                                warning(['issmscpin error message: could not scp ' packages{i}]);
    6969                        end
    7070                end
Note: See TracChangeset for help on using the changeset viewer.