From f18dc024596508b145e33a413e8e8c8ad594459f Mon Sep 17 00:00:00 2001 From: hmikihth Date: Sat, 4 Jun 2016 12:23:59 +0100 Subject: [PATCH] A comment has been deleted --- src/modules/unpackfs/main.py | 1 - 1 file changed, 1 deletion(-) 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)