[sysadmin-bin] fix typo accessing doap info
- From: Olav Vitters <ovitters src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] fix typo accessing doap info
- Date: Tue, 20 Jan 2015 21:27:00 +0000 (UTC)
commit dc843555aab8e1279bda27b0e7818b198d79046a
Author: Olav Vitters <olav vitters nl>
Date: Tue Jan 20 22:26:56 2015 +0100
fix typo accessing doap info
ftpadmin | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index 7f7961d..fe74294 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -315,7 +315,7 @@ class DOAP(BasicInfo):
self._init_doap()
def get_module(self, tarball):
- modules = doap.tarball_to_module.get(tarball, [])
+ modules = self.doap.tarball_to_module.get(tarball, [])
if not modules: modules.append(tarball)
if len(modules) == 1:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]