File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/distributed_downloader/core Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,4 +68,4 @@ distributed_downloader = "distributed_downloader.main:main"
6868distributed_downloader_tools = " distributed_downloader.tools:main"
6969
7070[tool .hatch .version ]
71- path = " src/distributed_downloader/core/__about__.py"
71+ path = " src/distributed_downloader/core/__about__.py"
Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ pbs-spark-submit \
1414 --driver-memory $driver_memory \
1515 --executor-memory $executor_memory \
1616 " ${REPO_ROOT} /src/distributed_downloader/core/initialization.py" \
17- > " ${OUTPUT_LOGS_FOLDER} /initialization.log"
17+ > " ${OUTPUT_LOGS_FOLDER} /initialization.log"
18+
Original file line number Diff line number Diff line change 1- __version__ = "0.1.0-alpha"
1+ __version__ = "0.1.0-alpha"
You can’t perform that action at this time.
0 commit comments