From 92679dad5a0e83270632823c0caf867af3434dd8 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Thu, 29 Mar 2018 09:33:22 +0900
Subject: [PATCH] Improve documentation of start_jobs function

---
 start_jobs.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/start_jobs.py b/start_jobs.py
index 024e3e4..4029c3c 100644
--- a/start_jobs.py
+++ b/start_jobs.py
@@ -20,6 +20,8 @@ def start_job(label, submit_cmd, jobscript_template, sumatra=False, reason=None,
 
     label : str
         Simulation label identifying the simulation to be run.
+        The function loads all necessary files from the subfolder
+        identified by the label.
     submit_cmd : str
         Submit command of the queueing system used.
     job_script_template : formatted str
-- 
GitLab