Skip to content

Commit

Permalink
Added path to folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar26627 committed Jul 27, 2024
1 parent 76034b4 commit 10d1235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finalrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ def save_key(key_string):
fname = f'{fpath}fr_{hostname}_{dt_now}.{output}'
respath = f'{fpath}fr_{hostname}_{dt_now}'
else:
fname = f'{folder_name}.{output}'
respath = f'{folder_name}'
fname = f'{fpath}{folder_name}.{output}'
respath = f'{fpath}{folder_name}'
if not os.path.exists(respath):
os.makedirs(respath)
out_settings = {
Expand Down

0 comments on commit 10d1235

Please sign in to comment.