sphuber / aiida-shell

AiiDA plugin that makes running shell commands easy.
MIT License
14 stars 7 forks source link

`ShellParser`: Prefix output filenames starting with a number #93

Closed sphuber closed 6 months ago

sphuber commented 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.

sphuber commented 6 months ago

@bilke

bilke commented 6 months ago

The aiida_shell_-prefix is perfect. 👍

sphuber commented 6 months ago

@bilke merged and released with v0.7.1