Skip to content

Commit 97055e6

Browse files
authored
Fix
1 parent 28a5bd2 commit 97055e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scapy/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,7 @@ def interact(mydict=None, argv=None, mybanner=None, loglevel=logging.INFO):
816816
try:
817817
if not pathlib.Path(conf.histfile).exists():
818818
pathlib.Path(conf.histfile).touch()
819-
820-
_check_perms(conf.histfile)
819+
_check_perms(conf.histfile)
821820
except OSError:
822821
pass
823822

0 commit comments

Comments
 (0)