Skip to content
Snippets Groups Projects
Commit 592ac970 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

OAR: fixed a bug that I introduced in a previous commit, regarding resubmitOar. Sorry!


Signed-off-by: default avatarNicola Vigano <nicola.vigano@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@646 4c865b51-4357-4376-afb4-474e03ccb993
parent 5f01a397
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ function statsTable = gtOarGetStats(IDs, vars)
'walltime', ...
'wanted_resources' };
if ((~iscell(vars)) && (strcmpi(vars, 'all')))
if (strcmpi(vars, 'all'))
vars = possible_vars;
else
% Removing not allowed variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment