Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bo156 committed Jul 6, 2023
1 parent 0199111 commit 054914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/kustomize/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def run_kustomize_to_k8s(
# make sure we have new dict
shared_kustomize_file_mappings = pickle_deepcopy(manager.dict()) # type:ignore[arg-type] # works with DictProxy
shared_kustomize_file_mappings.clear()
# shared_kustomize_file_mappings = {}

jobs = []
for filePath in self.kustomizeProcessedFolderAndMeta:
p = multiprocessing.Process(
Expand Down

0 comments on commit 054914e

Please sign in to comment.