Use # for comment instead of """

pull/1050/head
Jacky Lee 3 years ago
parent e47112e2a1
commit ca621e194d

@ -11,7 +11,7 @@ import sys
if __name__ == "__main__":
"""Check if the user is using the correct version of Python"""
# Check if the user is using the correct version of Python
python_version = sys.version.split()[0]
if sys.version_info < (3, 6):

Loading…
Cancel
Save