Skip to content

Commit b427fa4

Browse files
authored
Update convert_to_databricks.py
1 parent 86ef6c8 commit b427fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helper/convert_to_databricks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ def splitargstuple(finalparsedstrings, goldenargs, flag, sourcepattern):
264264
if platinumreplace.find("xmlget") > -1:
265265
platinumreplace = '"xmlgetplaceholder"'
266266
if noisylogs == 'true':
267-
print(f'the val of platniumreplace is {platinumreplace}')
267+
print(f'the val of platniumreplace is {platinumreplace}')
268+
platinumreplace = platinumreplace.replace("\n", "")
268269
platinumtuple = eval(platinumreplace)
269270
llavesplatinum = platinum["uniquekey"]
270271
secondsilverdict = {"args": platinumtuple, "uniquekey": llavesplatinum}

0 commit comments

Comments
 (0)