Skip to content

Commit

Permalink
Write output system card to a different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Jun 6, 2024
1 parent 24c683f commit 0a01e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tad/services/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(
self.repository = repository
self.statuses_service = statuses_service
self.storage_writer = WriterFactory.get_writer(
writer_type="file", location="./tests/data", filename="system_card.yaml"
writer_type="file", location="./output", filename="system_card.yaml"
)
self.system_card = SystemCard()

Expand Down

0 comments on commit 0a01e6c

Please sign in to comment.