File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ def run(self, edit):
117117 self .view = self .view .window ().new_file () # create a new file at the file path established above
118118 self .view .set_name ('terminal.glue' )
119119
120-
121120 #------------------------------------------------------------------------------
122121 # Launch the Input Panel for User Input - off to the races...
123122 #------------------------------------------------------------------------------
@@ -139,7 +138,7 @@ def cleanup(self):
139138 # [ exception_handler ] - print stack trace for raised exceptions from Glue plugin in the editor view
140139 #------------------------------------------------------------------------------
141140 def exception_handler (self , user_command = '' ):
142- glue_exc_message = "Glue encountered an error. Please report this as a new issue on the GitHub repository. Here is the stack trace:"
141+ glue_exc_message = "Glue encountered an error. Please report this as a new issue on the GitHub repository. Here is the stack trace:\n \n "
143142 if version_info [0 ] == 2 :
144143 exc_string = StringIO .StringIO ()
145144 else :
You can’t perform that action at this time.
0 commit comments