Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 17.09 229 B view raw
1--- a/waflib/Build.py 2+++ b/waflib/Build.py 3@@ -151,6 +151,7 @@ class BuildContext(Context.Context): 4 f.close() 5 self.init_dirs() 6 def store(self): 7+ return 8 data={} 9 for x in SAVED_ATTRS: 10 data[x]=getattr(self,x)