Skip to content

Commit fc33b52

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6c21b7a commit fc33b52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ALLCools/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ def main():
812812
from ._merge_allc import merge_allc_files as func
813813
elif cur_command in ["extract-allc", "extract"]:
814814
from ._extract_allc import extract_allc as func
815+
815816
args_vars["cmeta_path"] = None
816817
elif cur_command in ["allc-to-region-count", "region", "2region"]:
817818
from ._allc_to_region_count import allc_to_region_count as func

0 commit comments

Comments
 (0)