From cd99088bff8b14eaf5b103e3095f7551386fbcb9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 3 Jan 2019 13:12:07 +0100 Subject: [PATCH] Fixing lib/webhooks/puppetfile.py --- lib/webhooks/__init__.py | 2 +- lib/webhooks/puppetfile.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/webhooks/__init__.py b/lib/webhooks/__init__.py index e3f7327..9aad33d 100644 --- a/lib/webhooks/__init__.py +++ b/lib/webhooks/__init__.py @@ -1,6 +1,6 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.4.4' +__version__ = '1.4.5' # vim: ts=4 et list diff --git a/lib/webhooks/puppetfile.py b/lib/webhooks/puppetfile.py index cd3438b..4afd952 100644 --- a/lib/webhooks/puppetfile.py +++ b/lib/webhooks/puppetfile.py @@ -29,7 +29,7 @@ from .module_list import ModuleInfoDict from .xlate import XLATOR -__version__ = '1.1.1' +__version__ = '1.1.2' LOG = logging.getLogger(__name__) @@ -137,7 +137,7 @@ class Puppetfile(FbBaseObject): # ------------------------------------------------------------------------- @property - def filename(self): + def filename(self): """The complete path of the Puppetfile as a str object.""" return str(self.file_path) -- 2.39.5