Change comment style

This commit is contained in:
William Douglas
2019-03-14 15:04:45 -07:00
parent f512b971ff
commit 0593dc42de
+1 -1
View File
@@ -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)