- Timestamp:
- Dec 27, 2010 2:04:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r35264 r35342 752 752 if not subexp.startswith(self.type): 753 753 return False 754 m = re.search(r"@(?P<a>\w+)=(?P<v> \w+)", subexp)754 m = re.search(r"@(?P<a>\w+)=(?P<v>[^\'\[\]]+)", subexp) 755 755 matches = False 756 756 try:
Note:
See TracChangeset
for help on using the changeset viewer.