Skip to content

Commit 4a69466

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7cc0c02 commit 4a69466

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/aiida/cmdline/commands/cmd_computer.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -976,15 +976,14 @@ def computer_search(ctx, pattern, source, auto_setup):
976976
echo.echo_info('Configuration processing was cancelled.')
977977
return
978978

979-
980979
if source == 'ssh-config':
981980
echo.echo_report(
982-
"We recommend running `verdi computer setup` with the `core.ssh_async` transport plugin."
983-
"This will automatically use your operating system (OpenSSH) configuration."
981+
'We recommend running `verdi computer setup` with the `core.ssh_async` transport plugin.'
982+
'This will automatically use your operating system (OpenSSH) configuration.'
984983
)
985984
if auto_setup:
986985
echo.echo_warning(
987-
"Automatic setup is not possible as necessary AiiDA options not contained in ssh-config file."
986+
'Automatic setup is not possible as necessary AiiDA options not contained in ssh-config file.'
988987
)
989988
return
990989

@@ -1001,7 +1000,6 @@ def computer_search(ctx, pattern, source, auto_setup):
10011000
transport_type = processed_setup_config.get('transport', 'core.ssh')
10021001

10031002
if auto_setup:
1004-
10051003
echo.echo_report('\n🚀 Automatically setting up computer...')
10061004

10071005
# Invoke computer setup command

0 commit comments

Comments
 (0)