Skip to content

Commit

Permalink
Fixed an issue with generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Dec 7, 2021
1 parent bed3ad3 commit dd10522
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def _custom_writeTable(*args):
return _java_type_.writeTable(args[0], getFileObject(args[1]))
elif len(args) == 3:
return _java_type_.writeTable(args[0], getFileObject(args[1]), getattr(_java_type_, args[2]))
raise Exception('Wrong number of arguments: {}'.format(len(args)))


def _custom_writeTables(sources, tableDefinition, destinations):
Expand Down

0 comments on commit dd10522

Please sign in to comment.