mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 18:39:31 +01:00
Fix version-clash error message to show the path to python instead of supybot.
This commit is contained in:
parent
71c67f8773
commit
1d62a0a7c5
@ -80,7 +80,7 @@ except ImportError:
|
||||
and install Limnoria again.
|
||||
For your information, Supybot's libraries are installed here:
|
||||
%s\n""" %
|
||||
(sys.argv[0], '\n '.join(supybot.__path__)))
|
||||
(sys.executable, '\n '.join(supybot.__path__)))
|
||||
exit(-1)
|
||||
|
||||
from supybot.version import version
|
||||
|
Loading…
Reference in New Issue
Block a user