diff options
Diffstat (limited to 'modules/sourceball.py')
| -rw-r--r-- | modules/sourceball.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/sourceball.py b/modules/sourceball.py index 8364eda..5213433 100644 --- a/modules/sourceball.py +++ b/modules/sourceball.py @@ -65,5 +65,8 @@ class SourceBall(Package): raise ExecutionException(e, 'something went wrong') #TODO: figure out what exceptions TarFile will throw + @property + def sourceball(self): + return self.cfg['sourceball'] __all__ = ['SourceBall'] |
