Commit 93d061ee authored by Vincent Pelletier's avatar Vincent Pelletier

Add a comment near space-unsafe code.

parent 71b9f3e7
......@@ -40,6 +40,7 @@ class Recipe:
"""
path_list = []
target_directory = self.options['target-directory']
# XXX: breaks if any path contains spaces.
for linkline in self.options['link-binary'].split():
path, linkname = os.path.split(linkline)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment