Skip to content

Commit 239cbf9

Browse files
authored
Drop dump-related msg when relabeling a group (#7033)
1 parent ebc4913 commit 239cbf9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/aiida/cmdline/commands/cmd_group.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,6 @@ def group_relabel(group, label):
329329
echo.echo_critical(str(exception))
330330
else:
331331
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)
337332

338333

339334
@verdi_group.command('description')

0 commit comments

Comments
 (0)