Skip to content

Commit

Permalink
sql syntax all time
Browse files Browse the repository at this point in the history
  • Loading branch information
mercurykd committed Apr 19, 2022
1 parent ab75422 commit 0a451be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def getDefaultConnectionName():
def createOutput(panel=None, syntax=None, prependText=None):
onInitialOutput = None
if not panel:
panel, onInitialOutput = getOutputPlace(syntax)
panel, onInitialOutput = getOutputPlace(getCurrentSyntax())
if prependText:
panel.run_command('append', {'characters': str(prependText)})

Expand Down

0 comments on commit 0a451be

Please sign in to comment.