Commit c6ea346a authored by jayd1860's avatar jayd1860
Browse files

-- Fix small bug in setpaths(0) paths removal

parent 97f334dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,9 +166,9 @@ if options.add
    addwspaths(wspaths, paths_excl_str, options);
    setpermissions(paths);
else
    deleteNamespace('Homer3');
    fprintf('REMOVED search paths for workspace %s\n', pwd);
    rmpath(paths_excl_str{1});
    deleteNamespace('Homer3');
end