From b239bb76be702230654b7eb2015d182f8c2325aa Mon Sep 17 00:00:00 2001
From: David Robert Verelst <dave@dtu.dk>
Date: Sat, 6 Aug 2016 15:52:00 +0200
Subject: [PATCH] --crontab did not imply --cache any more

---
 launch.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/launch.py b/launch.py
index 7bcd828..42d9318 100755
--- a/launch.py
+++ b/launch.py
@@ -942,8 +942,6 @@ if __name__ == '__main__':
         job_id = qsub(fpath)
         sys.exit(1)
     elif isinstance(options.logfile, str) or options.crontab:
-        if options.crontab:
-            options.cache = True
         if options.logfile is None:
             options.logfile = ''
         if options.logfile.strip() == '':
-- 
GitLab