fix test
This commit is contained in:
parent
40ba659f6d
commit
00a01e9c69
|
@ -6,8 +6,8 @@
|
|||
>>> cwd.__class__.__name__
|
||||
'str'
|
||||
>>> func = get_pid_cwd()
|
||||
>>> func.__class__.__name__
|
||||
'function'
|
||||
>>> cwd.__class__.__name__
|
||||
'str'
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue