summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-02 13:57:43 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-11-02 13:57:43 -0400
commit71ead12117368b36ba0dea56c779e225fbb55fa2 (patch)
tree843bcbcc5dc2cf95505cded7b2372ad361dda107 /cobbler/action_sync.py
parenta9e78c0c75c13ed188b4e8e3255de4814492e64e (diff)
downloadthird_party-cobbler-71ead12117368b36ba0dea56c779e225fbb55fa2.tar.gz
third_party-cobbler-71ead12117368b36ba0dea56c779e225fbb55fa2.tar.xz
third_party-cobbler-71ead12117368b36ba0dea56c779e225fbb55fa2.zip
Slight tweak to make imports work with new repo generation
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 764958c..728bd16 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -685,7 +685,7 @@ class BootSync:
# if there is only one, then there is no need to do this.
if len(blended["source_repos"]) > 1:
for r in blended["source_repos"]:
- input_files.append(r)
+ input_files.append(r[1])
for repo in blended["repos"]:
input_files.append(os.path.join(self.settings.webdir, "repo_mirror", repo, "config.repo"))