-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AiidaComputerSetup widget. (#305)
The widget wasn't working correctly as during the computer configuration the value for the ssh port was of type "str". The issue is fixed by converting the value type to "int". Additionally, the `_configure_computer` function got slightly simplified by using the `Computer.configure()` method provided by AiiDA.
- Loading branch information
1 parent
ed1627a
commit 7d56d78
Showing
1 changed file
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters