Closed sphuber closed 6 months ago
Fixes #92
The format_link_label now checks whether the filename starts with a number, in which case the link label is prefixed with aiida_shell_ because Python identifiers cannot start with a number.
format_link_label
aiida_shell_
@bilke
The aiida_shell_-prefix is perfect. 👍
@bilke merged and released with v0.7.1
Fixes #92
The
format_link_label
now checks whether the filename starts with a number, in which case the link label is prefixed withaiida_shell_
because Python identifiers cannot start with a number.