> diff --git a/iw/task_gui.py b/iw/task_gui.py > index 30c28dc..12e3558 100644 > --- a/iw/task_gui.py > +++ b/iw/task_gui.py > @@ -311,7 +311,7 @@ class RepoEditor: > return setupBaseRepo(self.anaconda, "nfs:%s:%s" % (server, path)) > else: > import tempfile > - dest = tempfile.mkdtemp("", repo.name, "/mnt") > + dest = tempfile.mkdtemp("", repo.name.replace(" ", ""), "/mnt") > > try: > isys.mount("%s:%s" % (server, path), dest, "nfs") Good catch. I wonder if yum has any plans to change this behavior. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list