From: Frank Brehm Date: Thu, 3 Jan 2019 12:12:07 +0000 (+0100) Subject: Fixing lib/webhooks/puppetfile.py X-Git-Tag: 1.6.4^2~80 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cd99088bff8b14eaf5b103e3095f7551386fbcb9;p=pixelpark%2Fpuppetmaster-webhooks.git Fixing lib/webhooks/puppetfile.py --- 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)