Commit 65a7d91
committed
Add __str__ method to EasyConfig
We often print an easyconfig which is currently shown as
"<easybuild.framework.easyconfig.easyconfig.EasyConfig object at 0x7f431627df10>"
This is not helpful at all.
Instead show something like "GCC EasyConfig @ /tmp/GCC.eb"1 parent 068bad1 commit 65a7d91
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
562 | 569 | | |
563 | 570 | | |
564 | 571 | | |
| |||
0 commit comments