We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa04f1 commit 23d9548Copy full SHA for 23d9548
components/new_analysis.py
@@ -220,7 +220,7 @@ def new_analysis(
220
outputs = analysis.get_all_exportable_outputs()
221
print("You now have the option to export the following outputs:")
222
for output in outputs:
223
- print("- " + output.name)
+ print("- " + output.descriptive_qualified_name)
224
print("")
225
226
export_format = export_format_prompt()
0 commit comments