Skip to content

Commit

Permalink
不要なコメント削除
Browse files Browse the repository at this point in the history
  • Loading branch information
pinfort committed Jan 9, 2019
1 parent 633a887 commit 8bcf4fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion segments/APP.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ def analyze(self, marker, body):
pass
else:
raise ValueError("invailed marker. marker " + marker.to_bytes(1, 'big') + " found. class APP is not excepting it.\nAPP expecting marker is below.\n" + str([m.to_bytes(1, 'big') for m in Markers.APP]))
# raise NotImplementedError("this type APP segment not supported. please inform to the author.")
warnings.warn("this type APP segment not supported. please inform to the author.")

0 comments on commit 8bcf4fa

Please sign in to comment.