Skip to content

Commit

Permalink
Update src/aiidalab_qe/app/result/utils/download_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Xing Wang <xingwang1991@gmail.com>
  • Loading branch information
mikibonacci and superstar54 authored Oct 18, 2024
1 parent d218592 commit 0e6fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/app/result/utils/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _download_data(self, button_instance):

if "archive" in button_instance.description:
what = "archive"
filename = f"export_{self.node.pk}.aiida"
filename = f"export_qeapp_calculation_pk_{self.node.pk}.aiida"
box = self.children[2]
else:
what = "raw"
Expand Down

0 comments on commit 0e6fd56

Please sign in to comment.