We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309bf43 commit f96b117Copy full SHA for f96b117
src/aiida/transports/transport.py
@@ -279,7 +279,7 @@ def get_safe_open_interval(self):
279
"""
280
return self._safe_open_interval
281
282
- def _gotocomputer_string(self, remotedir=None):
+ def _gotocomputer_string(self, remotedir: Optional[TransportPath] = None):
283
"""Command executed when goto computer."""
284
if remotedir is None:
285
return self._bash_command_str
0 commit comments