Commit 42b97668 authored by Martin v. Löwis's avatar Martin v. Löwis

Add default for pop.

--HG--
branch : distribute
extra : rebase_source : a4655cb42947b8ea089e72b3d4c2ff2482a31e6a
parent ea27f15b
......@@ -210,7 +210,7 @@ class Distribution(_Distribution):
self.require_features = []
self.features = {}
self.dist_files = []
self.src_root = attrs.pop("src_root")
self.src_root = attrs.pop("src_root", None)
self.patch_missing_pkg_info(attrs)
# Make sure we have any eggs needed to interpret 'attrs'
if attrs is not None:
......
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