summaryrefslogtreecommitdiffstats
path: root/cobbler/action_reposync.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_reposync.py')
-rw-r--r--cobbler/action_reposync.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cobbler/action_reposync.py b/cobbler/action_reposync.py
index 2aeffd1..276dd71 100644
--- a/cobbler/action_reposync.py
+++ b/cobbler/action_reposync.py
@@ -81,7 +81,6 @@ class RepoSync:
arg = {}
print "- walking: %s" % dest_path
os.path.walk(dest_path, self.createrepo_walker, arg)
-
if repo.local_filename is not None and repo.local_filename != "":
# this is a rather primative configuration in terms of yum options, but allows
# for repos that were added with a value for --local-filename to provision a system