Unverified Kaydet (Commit) 6c4cd30b authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

WSL error fix.

üst 53e9a679
......@@ -95,7 +95,7 @@ def blc_wsl():
"""Dont allow fucking WSL"""
f = str(os.uname())
if (("Microsoft" in f) or ("WSL" in f)):
print(_("Using inary in WSL environment is not allowed."))
ui.error(_("Using inary in WSL environment is not allowed."))
exit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment