mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
Fix SyntaxError
This commit is contained in:
parent
c997f178ed
commit
0bef15846f
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ def test():
|
|||
fh = sf[1]
|
||||
if fh:
|
||||
ncl = NFSClient(host)
|
||||
as = ncl.Getattr(fh)
|
||||
print as
|
||||
attrstat = ncl.Getattr(fh)
|
||||
print attrstat
|
||||
list = ncl.Listdir(fh)
|
||||
for item in list: print item
|
||||
mcl.Umnt(filesys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue