Skip to content

Commit

Permalink
fix spacing (towards #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Warchal authored and Scott Warchal committed Feb 13, 2018
1 parent 836289d commit 369d779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cptools2/generate_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def make_logfile_text(logfile_location, job_file):
# get the exit code from the cellprofiler job
RETURN_VAL=$?
if [[ $RETURN_VAL == 0]]; then
if [[ $RETURN_VAL == 0 ]]; then
RETURN_STATUS="Finished"
else
RETURN_STATUS="Failed with error code: $RETURN_VAL"
Expand Down Expand Up @@ -255,7 +255,7 @@ def make_submit_script(commands_location, job_date):
# create text for a shell script that qsub's the scripts
output = """
#!/bin/sh
# This script submits the staging, analysis and destaging
# scripts in the correct order
Expand Down

0 comments on commit 369d779

Please sign in to comment.