Skip to content

Commit

Permalink
force output_file type
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangerwen committed Oct 2, 2024
1 parent dc2d8e2 commit 061b9e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ def run(

if output_file is None:
output_file = self.output_default
output_file = hrt.FileGDB(output_file)

create = hrt.check_create_new_file(output_file=output_file, overwrite=overwrite)
if create:
Expand Down

0 comments on commit 061b9e8

Please sign in to comment.