Skip to content

Commit f3763b2

Browse files
authored
update method to unpack source file path from tuple (#339)
1 parent c4b3e82 commit f3763b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cterasdk/cio/core/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ def __init__(self, function, receiver, block, path, new_name, resolver, cursor=N
11841184
resolver=resolver, cursor=cursor)
11851185

11861186
def _before_command(self):
1187-
raise_or_suppress_access_error(self._receiver, self.paths[0])
1187+
raise_or_suppress_access_error(self._receiver, self.paths[0][0])
11881188
return super()._before_command()
11891189

11901190
def _try_with_resolver(self, cursor):

0 commit comments

Comments
 (0)