Skip to content

Commit

Permalink
path should be metadata_id
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Aug 16, 2024
1 parent 5c4df3b commit c4808d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/data/cap_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def transform(self, input_data: Union[Path, bytes],

def get_local_filepath(self, date_):
yyyymmdd = date_.strftime('%Y-%m-%d')
return Path(yyyymmdd) / 'wis' / 'test'
return Path(yyyymmdd) / 'wis' / self.metadata_id

0 comments on commit c4808d7

Please sign in to comment.