Skip to content

Commit c3b2fb0

Browse files
committed
updated user message
1 parent 7dc6d88 commit c3b2fb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Glue.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)