raw regex

pull/83739/head
Brian Coca 4 months ago
parent 1a970ef18a
commit 337f8175b1

@ -32,7 +32,7 @@ from ansible.plugins.loader import inventory_loader
class InventoryModule(BaseInventoryPlugin):
NAME = 'auto'
TOKEN = re.compile('@(\w+):.+')
TOKEN = re.compile(r'@(\w+):.+')
def verify_file(self, path):
if os.path.exists(path):

Loading…
Cancel
Save