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 ebc4913 commit 239cbf9Copy full SHA for 239cbf9
src/aiida/cmdline/commands/cmd_group.py
@@ -329,11 +329,6 @@ def group_relabel(group, label):
329
echo.echo_critical(str(exception))
330
else:
331
echo.echo_success(f"Label changed to '{label}'")
332
- msg = (
333
- 'Note that if you are dumping your profile data to disk, to reflect the relabeling of the group, '
334
- 'run your `verdi profile dump` command again.'
335
- )
336
- echo.echo_report(msg)
337
338
339
@verdi_group.command('description')
0 commit comments