Skip to content

Commit 6d86573

Browse files
committed
Merge branch 'dev' into rc
2 parents 4d53b2b + 766265e commit 6d86573

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/qc_tool/vector/unzip.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
# -*- coding: utf-8 -*-
33

44

5-
from qc_tool.vector.helper import do_unzip
6-
7-
85
DESCRIPTION = "Delivery file can be unzipped."
96
IS_SYSTEM = True
107

118

129
def run_check(params, status):
10+
from qc_tool.vector.helper import do_unzip
1311
# Vector layers are unzipped to the temporary directory v_unzip.d.
1412
do_unzip(params["filepath"], params["tmp_dir"].joinpath("v_unzip.d"), status)
1513

118 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)