mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-22 07:08:04 +00:00
Change comment style
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user