mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-31 12:56:11 +01:00
Fix pylint R1724
This commit is contained in:
parent
1cfc926b16
commit
9ed5cc3c5a
@ -133,8 +133,7 @@ class Helpers:
|
||||
except WindowsError as e:
|
||||
if e.errno == 2:
|
||||
continue
|
||||
else:
|
||||
raise
|
||||
raise
|
||||
|
||||
@staticmethod
|
||||
def check_internet():
|
||||
|
Loading…
x
Reference in New Issue
Block a user