Skip to content

Commit 279ed47

Browse files
committed
adding back in deleted comment
1 parent 3cb534c commit 279ed47

File tree

1 file changed

+1
-0
lines changed
  • safegraph/delphi_safegraph

1 file changed

+1
-0
lines changed

safegraph/delphi_safegraph/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def run_module():
3838
# List of work-in-progress signal names.
3939
wip_signal = params["wip_signal"]
4040

41+
# Convert `process()` to a single-argument function for use in `pool.map`.
4142
single_arg_process = functools.partial(
4243
process,
4344
signal_names=SIGNALS,

0 commit comments

Comments
 (0)