Skip to content

Commit 59b974e

Browse files
committed
Fix stupid typo with local fallback
1 parent 049aca5 commit 59b974e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gridmap/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def process_jobs(jobs, temp_dir='/scratch/', white_list=None, quiet=True,
789789
if (not local and not DRMAA_PRESENT):
790790
logger = logging.getLogger(__name__)
791791
logger.warning('Could not import drmaa. Processing jobs locally.')
792-
local = False
792+
local = True
793793

794794
if not local:
795795
# initialize monitor to get port number

0 commit comments

Comments
 (0)