mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Fix indent
CURA-5289
This commit is contained in:
parent
41092b4d48
commit
f836cdf3f4
@ -47,7 +47,7 @@ if Platform.isLinux(): # Needed for platform.linux_distribution, which is not av
|
|||||||
# For Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826
|
# For Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826
|
||||||
linux_distro_name = platform.linux_distribution()[0].lower()
|
linux_distro_name = platform.linux_distribution()[0].lower()
|
||||||
# The workaround is only needed on Ubuntu+NVidia drivers. Other drivers are not affected, but fine with this fix.
|
# The workaround is only needed on Ubuntu+NVidia drivers. Other drivers are not affected, but fine with this fix.
|
||||||
try:
|
try:
|
||||||
import ctypes
|
import ctypes
|
||||||
from ctypes.util import find_library
|
from ctypes.util import find_library
|
||||||
libGL = find_library("GL")
|
libGL = find_library("GL")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user