listener.getLogger().println("PBS Job submitted: " + jobId);
return this.seekEnd(jobId, numberOfDays, span);
} catch (IOException e) {
throw new PBSException("Failed to create temp script");
} finally {
try {
if (writer != null)
writer.close();
} catch (IOException e) {