Skip to content
Snippets Groups Projects
Commit 312c386c authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix regex to support Mininet 20.30.40+++

parent 96952b92
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
version = version.strip()
# Find all Mininet path references
lines = co( "grep -or 'Mininet \w\.\w\.\w[\w\+]*' *", shell=True )
lines = co( "grep -or 'Mininet \w\+\.\w\+\.\w\+[+]*' *", shell=True )
error = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment