Compare commits
8 Commits
f5e9bed9bf
...
5ac824fd51
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ac824fd51 | |||
| edd5effd0c | |||
| 86de631f66 | |||
| 3be42c0f18 | |||
| 1e92749bf3 | |||
| ab4d13de32 | |||
| ad81776b62 | |||
| e4f8520fda |
@ -401,7 +401,7 @@ class Message():
|
|||||||
# use the source code from answer only
|
# use the source code from answer only
|
||||||
if self.answer:
|
if self.answer:
|
||||||
output.extend(self.answer.source_code(include_delims=True))
|
output.extend(self.answer.source_code(include_delims=True))
|
||||||
return '\n'.join(output) if len(output) > 0 else ''
|
return '\n'.join(output) if len(output) > 1 else ''
|
||||||
if with_tags:
|
if with_tags:
|
||||||
output.append(self.tags_str())
|
output.append(self.tags_str())
|
||||||
if with_file:
|
if with_file:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user