Converted dict comprehensions to use literals. (#8342)

This commit is contained in:
Mads Jensen
2020-10-01 14:42:37 +02:00
committed by GitHub
parent e378931eda
commit c12404451d
10 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ def _prepare_environment():
if __name__ == '__main__':
if not os.name == 'nt':
if os.name != 'nt':
raise RuntimeError('This script must be run under Windows.')
if ctypes.windll.shell32.IsUserAnAdmin() == 0: