Skip to content

Commit

Permalink
handke keyboard and not rel
Browse files Browse the repository at this point in the history
  • Loading branch information
grabin-dev committed Apr 1, 2020
1 parent 2200ddc commit b928a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/lint/lint_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def run_dev_packages(self, parallel: int, no_flake8: bool, no_bandit: bool, no_m
pkgs_type.append(pkg_status["pack_type"])
except KeyboardInterrupt:
print_warning("Stop demisto-sdk lint - Due to 'Ctrl' + 'C' signal")
executor.shutdown(wait=False)
executor.shutdown()
return 1
except Exception as e:
executor.shutdown(wait=False)
Expand Down
2 changes: 1 addition & 1 deletion demisto_sdk/commands/lint/linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, pack_dir: Path, content_repo: Path, req_3: list, req_2: list,
self._pkg_lint_status = {
"pkg": None,
"pack_type": None,
"path": str(self._pack_abs_dir.relative_to(self._content_repo)),
"path": str(self._content_repo),
"errors": [],
"images": [],
"flake8_errors": None,
Expand Down

0 comments on commit b928a3a

Please sign in to comment.