Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed Jun 25, 2024
1 parent 20815ec commit fd31714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filecrawler/libs/containerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def extract_tar(self) -> bool:
return False

def extract_gz(self) -> bool:
from filecrawler.util.tools import Tools
from filecrawler.config import Configuration
if not Configuration.extract_files:
return False
Expand Down

0 comments on commit fd31714

Please sign in to comment.