Alir3z4 / Alir3z4/python-gignore
Issue on Python 3.4.1
未關閉
bug
enhancement
- 主要語言
- Python
- 星號
- 4
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I'm experiencing the following issue when using gignore on python 3.4.1:
```
$ gignore JetBrains
Traceback (most recent call last):
File "c:\Python34\Scripts\gignore-script.py", line 9, in
load_entry_point('gignore==2014.10.28', 'console_scripts', 'gignore')()
File "C:\Python34\lib\site-packages\gignore\cli.py", line 33, in main
wrapwrite("{0}\n".format('\n'.join(gig.get_errors())))
File "C:\Python34\lib\site-packages\gignore\utils.py", line 11, in wrapwrite
sys.stdout.buffer.write(text)
TypeError: 'str' does not support the buffer interface
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。