diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-04 15:07:37 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-04 15:07:37 +0000 |
| commit | 3a341f0712a5fdad39a86aceeb931c88215c06bb (patch) | |
| tree | 21571e75ae3ce2ec5fd88f338f83e16cafaf7074 | |
| parent | Edit debug statements to deal with MacOS failure (diff) | |
| download | pygensvm-3a341f0712a5fdad39a86aceeb931c88215c06bb.tar.gz pygensvm-3a341f0712a5fdad39a86aceeb931c88215c06bb.zip | |
More debugging
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -293,6 +293,9 @@ def configuration(): print("\n\n *** CONFIG ***\n") print(config) + print("\n\n *** EXT_MODULE ***\n") + from pprint import pprint + print(pprint(config.ext_modules[0].__dict__)) return config |
