Commit fbe0f743 authored by Michael Tremer's avatar Michael Tremer

export: Drop using functools

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 5653ad71
......@@ -84,7 +84,7 @@ class OutputWriter(object):
return "%sv%s" % (self.name, families.get(self.family, "?"))
@functools.cached_property
@property
def filename(self):
if self.directory:
return os.path.join(self.directory, "%s.%s" % (self.tag, self.suffix))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment