-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I run
from postpython.core import PostPython
runner = PostPython('test1.json')
runner.RequestMethods.help()
response
Traceback (most recent call last):
File "C:\Python\Python36-32\lib\site-packages\IPython\core\interactiveshell.py", line 2910, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-18-76c0bbfcceaf>", line 1, in <module>
runner.RequestMethods.help()
File "C:\Python\Python36-32\lib\site-packages\postpython\core.py", line 52, in __getattr__
similar = difflib.get_close_matches(item, self.__folders)[0]
IndexError: list index out of range
Metadata
Metadata
Assignees
Labels
No labels