You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did setup a test script as a 'local' code to be copied on the remote systems. It appears on the list and works, but verdi code show testscript fails with trunk aiida_core
File "lib/python3.8/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "lib/python3.8/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "aiida_core/aiida/cmdline/utils/decorators.py", line 65, in wrapper
return wrapped(*args, **kwargs)
File "aiida_core/aiida/cmdline/commands/cmd_code.py", line 171, in show
click.echo(tabulate.tabulate(code.get_full_text_info(verbose)))
File "aiida_core/aiida/orm/nodes/data/code.py", line 512, in get_full_text_info
if self._repository._get_folder_pathsubfolder.isdir(fname):
AttributeError: 'Repository' object has no attribute '_get_folder_pathsubfolder'
The text was updated successfully, but these errors were encountered:
I did setup a test script as a 'local' code to be copied on the remote systems. It appears on the list and works, but
verdi code show testscript
fails with trunk aiida_coreat line https://github.com/aiidateam/aiida-core/blob/develop/aiida/orm/nodes/data/code.py#L512
The text was updated successfully, but these errors were encountered: