Skip to content

Commit

Permalink
Name scan folder by scan id.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinenar committed Mar 28, 2024
1 parent c7fe345 commit 91fee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/nebula_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
)

self._output_folder = (
f"/output/messages_{datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}"
f"/output/scan_{self.universe}_messages"
)
os.makedirs(self._output_folder, exist_ok=True)

Expand Down

0 comments on commit 91fee60

Please sign in to comment.