Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlaschke committed Sep 7, 2020
1 parent 7ae84da commit 2592dfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libtbx/queuing_system_utils/processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def slurm_evaluate(command):
"pbspro": (PBSPro, pbspro_evaluate ),
"condor": ( Condor, condor_evaluate ),
"slurm": ( Slurm, slurm_evaluate ),
"shifter:" (Slurm, slurm_evaluate), # assuming shifter is running on NERSC (slurm) systems
"shifter": (Slurm, slurm_evaluate), # assuming shifter is running on NERSC (slurm) systems
}

def qsub(
Expand Down
1 change: 0 additions & 1 deletion xfel/util/mp.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,6 @@ def generate_submit_command(self):
def get_submit_command_chooser(command, submit_path, stdoutdir, params,
log_name="log.out", err_name="log.err", job_name=None,
root_dir=None):
print("hi")
if params.method == "local":
choice = get_local_submit_command
elif params.method == "lsf":
Expand Down

0 comments on commit 2592dfa

Please sign in to comment.