Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 18, 2024
1 parent 217a421 commit 6151764
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 123 deletions.
1 change: 0 additions & 1 deletion analyzer/windows/modules/auxiliary/pre_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def __init__(self, options=None, config=None):
else:
# Go to the temp folder to look for pre_script.py
matched_files = glob.glob(os.path.join(tmp_folder, "pre_script.*"))


# Check if the file exists and if the pre_script is enabled
if matched_files and self.enabled.pre_script:
Expand Down
Loading

0 comments on commit 6151764

Please sign in to comment.