Skip to content

Commit 7bbe9d9

Browse files
authored
Update truffleHog.py
1 parent 10ad118 commit 7bbe9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

truffleHog/truffleHog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def find_strings(git_url, since_commit=None, max_depth=1000000, printJson=False,
378378
output["clone_uri"] = git_url
379379
output["issues_path"] = output_dir
380380
if not repo_path:
381-
repo.close()
381+
repo.close()
382382
shutil.rmtree(project_path, onerror=del_rw)
383383
return output
384384

0 commit comments

Comments
 (0)