git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be24d10
)
Ensure we return something.
author
CMDR furrycat
<elite@furrycat.net>
Sun, 16 Apr 2017 11:08:47 +0000
(12:08 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Sun, 16 Apr 2017 11:08:47 +0000
(12:08 +0100)
plugin/faction/faction.py
patch
|
blob
|
history
diff --git
a/plugin/faction/faction.py
b/plugin/faction/faction.py
index
9e5338b
..
a4af47c
100644
(file)
--- a/
plugin/faction/faction.py
+++ b/
plugin/faction/faction.py
@@
-1005,7
+1005,7
@@
class Faction(DBConnection):
if not len(data):
log.info('No influence to graph!')
- return
+ return
False
log.info('Graphing: {} in {}'.format(title, destination))