summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index dd1ba45..8e08e43 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -454,9 +454,7 @@ class BootSync:
urlseg = self.get_repo_segname(is_profile)
topdir = "%s/%s/%s/*.repo" % (self.settings.webdir, urlseg, blended["name"])
- os.system("ls %s" % topdir)
files = glob.glob(topdir)
-
return files