Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Dec 14, 2023
1 parent 8257d91 commit edd8ff2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arrakis/process_spice.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def process_spice(args, host: str, task_runner: BaseTaskRunner) -> None:
)

previous_future = (
cleanup.main.with_options(task_run)(
cleanup.main.with_options(task_runner=task_runner)(
datadir=args.outdir,
stokeslist=["I", "Q", "U"],
)
Expand Down Expand Up @@ -641,8 +641,7 @@ def cli():
"--outfile", default=None, type=str, help="File to save table to [None]."
)
args = parser.parse_args()
if not args.use_mpi:
parser.print_values()
parser.print_values()

verbose = args.verbose
if verbose:
Expand Down

0 comments on commit edd8ff2

Please sign in to comment.