Skip to content

Commit 86cda93

Browse files
committed
Update src/aiida/transports/transport.py
1 parent 9d4cad1 commit 86cda93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiida/transports/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def get_safe_open_interval(self):
279279
"""
280280
return self._safe_open_interval
281281

282-
def _gotocomputer_string(self, remotedir=None):
282+
def _gotocomputer_string(self, remotedir: Optional[TransportPath] = None):
283283
"""Command executed when goto computer."""
284284
if remotedir is None:
285285
return self._bash_command_str

0 commit comments

Comments
 (0)