From 0593dc42de63bdb736cfe14b70dee20ebe56eaf4 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 14 Mar 2019 15:04:45 -0700 Subject: [PATCH] Change comment style --- autospec/license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autospec/license.py b/autospec/license.py index 632d20d..ca5ecce 100644 --- a/autospec/license.py +++ b/autospec/license.py @@ -96,7 +96,7 @@ def license_from_copying_hash(copying, srcdir): elif b'\xd2' in data and b'\xd3' in data: license_charset = 'mac_roman' if not license_charset: - """This is not a text file""" + # This is not a text file return data = data.decode(license_charset)