Skip to content

Commit 15c71dc

Browse files
committed
replace processed_date retriveal
1 parent cf1123f commit 15c71dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/uimodules/processed_data_tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def render(self, study_id, processed_data):
5353

5454
pd_id = processed_data.id
5555
preprocessed_data_id = processed_data.preprocessed_data
56-
process_date = processed_data.processed_date
56+
process_date = processed_data.processing_info['processed_date']
5757
filepaths = processed_data.get_filepaths()
5858
is_local_request = self._is_local()
5959

0 commit comments

Comments
 (0)