From d8e2462aa3d069c066bea9243bebf0091d6b6ea6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 12 Aug 2018 10:54:49 +0300 Subject: Fix: variable name --- ick_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ick_helpers.py b/ick_helpers.py index e89d1f2..8685920 100644 --- a/ick_helpers.py +++ b/ick_helpers.py @@ -84,7 +84,7 @@ class Exec: return True def get_debian_source_package(self): - setup_py = os.path.join(ex.dirname, 'setup.py') + setup_py = os.path.join(self.dirname, 'setup.py') if os.path.exists(setup_py): output = self.get_stdout('python', setup_py, '--name') else: -- cgit v1.2.1