Compare commits
8 Commits
5ac824fd51
...
f5e9bed9bf
| Author | SHA1 | Date | |
|---|---|---|---|
| f5e9bed9bf | |||
| d199e2bc26 | |||
| 8884283c05 | |||
| 0e7ea698fd | |||
| 8ced063b4b | |||
| 3dcdf9bc98 | |||
| 0f77293903 | |||
| 63040b3688 |
@ -401,7 +401,7 @@ class Message():
|
||||
# use the source code from answer only
|
||||
if self.answer:
|
||||
output.extend(self.answer.source_code(include_delims=True))
|
||||
return '\n'.join(output) if len(output) > 1 else ''
|
||||
return '\n'.join(output) if len(output) > 0 else ''
|
||||
if with_tags:
|
||||
output.append(self.tags_str())
|
||||
if with_file:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user