Skip to content

Commit f9ca39c

Browse files
committed
Fix generate_one and many
1 parent 0806e16 commit f9ca39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def __exec_anaylsis(
672672
config_type=self.__input_dict["config_type"]
673673
) # TODO: better output report
674674
else:
675-
if type_of_analysis == self.Analysis.HOST:
675+
if type_of_analysis == self.Analysis.HOST and hostname_or_path != "placeholder":
676676
try:
677677
_ = socket.gethostbyname(hostname_or_path)
678678
except socket.error as e:

0 commit comments

Comments
 (0)