Skip to content

Commit

Permalink
Remove extraneous space
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Dec 6, 2023
1 parent b42be80 commit d287fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hipscat_import/runtime_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class RuntimeArguments:
"""if true, a tqdm progress bar will be displayed for user
feedback of map reduce progress"""
dask_tmp: str = ""
""" directory for dask worker space. this should be local to
"""directory for dask worker space. this should be local to
the execution of the pipeline, for speed of reads and writes"""
dask_n_workers: int = 1
"""number of workers for the dask client"""
Expand Down

0 comments on commit d287fb5

Please sign in to comment.