Skip to content

Commit

Permalink
Merge pull request #1144 from tableau/sdavis-tdvtconnection
Browse files Browse the repository at this point in the history
Added the tdvtconnection property when writing/updating the ds tds file.
  • Loading branch information
tabsdavis authored Jun 29, 2023
2 parents c3221a9 + 4234b05 commit 10abb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdvt/tdvt/setup_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def mangle_tds(file_path, connection_password_name):
try:
r1 = re.compile('(^\s*<named-connection .*? name=\').*?(\'>)')
r2 = re.compile('(^\s*<.*relation connection=\').*?(\' .*>)')
r3 = re.compile('(^\s*<connection .*?)(\s*/>)')
r3 = re.compile('(^\s*<connection .*?).*?(\' .*>)')

f = open(file_path, 'r')
new_tds = ''
Expand Down

0 comments on commit 10abb69

Please sign in to comment.