aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-04-01 14:58:22 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-04-01 14:58:22 +0300
commit3d4aad9e0d0038061960469d4d380b7e57d53144 (patch)
tree5aea5bc253987766f1e28b64f47359c06e47b039 /coredata.py
parent137365b5b3f5169f16106792a8f8e01bca1c181a (diff)
downloadmeson-3d4aad9e0d0038061960469d4d380b7e57d53144.zip
meson-3d4aad9e0d0038061960469d4d380b7e57d53144.tar.gz
meson-3d4aad9e0d0038061960469d4d380b7e57d53144.tar.bz2
Can have multiple different configurations of the same dependency.
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py
index 4a56b74..fa0709f 100644
--- a/coredata.py
+++ b/coredata.py
@@ -72,4 +72,4 @@ forbidden_target_names = {'clean': None,
class MesonException(Exception):
def __init__(self, *args, **kwargs):
- Exception.__init__(args, kwargs)
+ Exception.__init__(self, *args, **kwargs)