From 3a5be8e16e281047cc53ca7a476400ecfab2ea27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 22 Feb 2007 15:08:55 +0000 Subject: [PATCH] avoid 'null value check' in parseEvents --- org.glite.lb/project/events.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 858782b..9c865f1 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -234,6 +234,7 @@ @type PBSDone Job terminated int exit_status Exit status + _optional_ Bypass need of 'null value' @type PBSDequeued Job dequeued @@ -243,12 +244,12 @@ _code_ USED Consumed quantity string name Name of resource int quantity The quantity + _optional_ Bypass need of 'null value' string unit Units (sec, kB, etc.) @type PBSError Any error occured string error_desc Error reason - @type CondorSubmit Job SUBMITTED to Condor string universe Condor Universe string submit_host Submitting machine -- 1.8.2.3