I have run docAider in my repo but the execution was interrupted with an error. Looks like Python tries to read a file that contains non-UTF-8 characters.
>>> basehangul.decode(basehangul.encode('1')) u'\x18' >>> basehangul.decode(basehangul.encode('11')) Traceback (most recent call last): File "<stdin>", line 1, in ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする