A comment has been deleted
This commit is contained in:
parent
062e9b764c
commit
f18dc02459
@ -282,7 +282,6 @@ def run():
|
|||||||
|
|
||||||
destination = os.path.abspath(root_mount_point + entry["destination"])
|
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"):
|
if not os.path.exists(source) or (os.path.isdir(source) and platform.dist()[0] != "blackPanther"):
|
||||||
return "Bad source", "source=\"{}\"".format(source)
|
return "Bad source", "source=\"{}\"".format(source)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user