parent
fc22cc25e9
commit
4ae0846d42
@ -0,0 +1,11 @@
|
||||
--- a/utils.py
|
||||
+++ b/utils.py
|
||||
@@ -126,7 +126,7 @@
|
||||
print('This tool needs to run on Red Hat Enterprise Linux')
|
||||
return None
|
||||
for rel in release:
|
||||
- if re.match("\d.\d+",rel):
|
||||
+ if re.match(r"\d+.\d+",rel):
|
||||
return rel
|
||||
print('This tool needs to run on Red Hat Enterprise Linux')
|
||||
return None
|
Loading…
Reference in new issue