From: Michael Tremer Date: Tue, 31 Oct 2017 17:46:00 +0000 (+0000) Subject: Fix typo in variable name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d158923529460b71aa32dcccadafe0c6fc7145d;p=pbs.git Fix typo in variable name Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/__init__.py b/src/buildservice/__init__.py index a9ee56e7..63c50d6f 100644 --- a/src/buildservice/__init__.py +++ b/src/buildservice/__init__.py @@ -140,7 +140,7 @@ class Backend(object): for row in query: path = row.path - if not path or not paths.startswith("%s/" % PAKFIRE_DIR): + if not path or not path.startswith("%s/" % PAKFIRE_DIR): log.warning("Cannot delete file outside of the tree") continue