From c87aacb690c9b9b24487c64e28a1cfa51605b572 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 21 Feb 2019 22:43:09 +0100 Subject: [PATCH] Fix prefix commit. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 970b60d0a..cb1366b1e 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ import shutil import os -plugins = [s for s in os.listdir('plugins') if +plugins = [s for s in os.listdir(os.path.join('supybot', 'plugins')) if os.path.exists(os.path.join('plugins', s, 'plugin.py'))] def normalizeWhitespace(s):