Skip to content

Commit

Permalink
Merge pull request #242 from Funnor/main
Browse files Browse the repository at this point in the history
Fix case of scriptName variable in pcap_watcher.py's debug output
  • Loading branch information
mmguero authored Feb 28, 2023
2 parents 360fbd6 + 83b8534 commit 9351c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/pcap_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def main():
else:
preexistingDir = False
if debug:
eprint(f'{scriptname}: creating "{args.baseDir}" to monitor')
eprint(f'{scriptName}: creating "{args.baseDir}" to monitor')
pathlib.Path(args.baseDir).mkdir(parents=False, exist_ok=True)

# if recursion was requested, get list of directories to monitor
Expand Down

0 comments on commit 9351c60

Please sign in to comment.