Skip to content

Commit

Permalink
Update convert_to_databricks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
techvaquero authored May 20, 2024
1 parent 86ef6c8 commit b427fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helper/convert_to_databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ def splitargstuple(finalparsedstrings, goldenargs, flag, sourcepattern):
if platinumreplace.find("xmlget") > -1:
platinumreplace = '"xmlgetplaceholder"'
if noisylogs == 'true':
print(f'the val of platniumreplace is {platinumreplace}')
print(f'the val of platniumreplace is {platinumreplace}')
platinumreplace = platinumreplace.replace("\n", "")
platinumtuple = eval(platinumreplace)
llavesplatinum = platinum["uniquekey"]
secondsilverdict = {"args": platinumtuple, "uniquekey": llavesplatinum}
Expand Down

0 comments on commit b427fa4

Please sign in to comment.