diff --git a/src/modules/unpackfs/main.py b/src/modules/unpackfs/main.py index 081908fae..7823791bf 100644 --- a/src/modules/unpackfs/main.py +++ b/src/modules/unpackfs/main.py @@ -282,7 +282,6 @@ def run(): destination = os.path.abspath(root_mount_point + entry["destination"]) - # Modified for blackPanther OS support (www.blackpantheros.eu) if not os.path.exists(source) or (os.path.isdir(source) and platform.dist()[0] != "blackPanther"): return "Bad source", "source=\"{}\"".format(source)