aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
412 stars 184 forks source link

`verdi code export` does not return a message if successful #6421

Open agoscinski opened 1 month ago

agoscinski commented 1 month ago

The command if successful

$ verdi code export add@localhost code-setup.yml

returns nothing, but a message of the form

Success: Code<1> add@localhost setup exported to file 'code-setup.yml'.

would be nice

My environment

Python 3.11.0, Ubuntu 22.04

$ verdi status
✔ version:     AiiDA v2.5.1.post0
✔ config:      /home/alexgo/code/aiida-core/.aiida
✔ profile:     presto-1
✔ storage:     SqliteDosStorage[/home/alexgo/code/aiida-core/.aiida/repository/sqlite_dos_8665b32a7f4d45d3b1448d7931fd503d]: open,
✔ broker:      RabbitMQ v3.8.14 @ amqp://guest:guest@127.0.0.1:5672?heartbeat=600
⏺ daemon:      The daemon is not running.