Skip to content

Commit

Permalink
Update superset/db_engine_specs/hive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Feb 13, 2023
1 parent ef34788 commit 8f4ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,4 +658,4 @@ def fetch_logs( # pylint: disable=protected-access
logs += new_logs
if not new_logs:
break
return "\n".join(logs)
return "\n".join(logs)

0 comments on commit 8f4ddac

Please sign in to comment.