Skip to content

Commit

Permalink
Update src/aiida/cmdline/commands/cmd_computer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Huber <mail@sphuber.net>
  • Loading branch information
agoscinski and sphuber committed May 24, 2024
1 parent 97a3e42 commit 0c13154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/cmdline/commands/cmd_computer.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ def computer_export_setup(computer, output_file):

@computer_export.command('config')
@arguments.COMPUTER()
@arguments.OUTPUT_FILE(type=click.Path(exists=False))
@arguments.OUTPUT_FILE(type=click.Path(exists=False, path_type=pathlib.Path))
@options.USER(
help='Email address of the AiiDA user from whom to export this computer (if different from default user).'
)
Expand Down

0 comments on commit 0c13154

Please sign in to comment.