diff --git a/libraries/entropy/tools.py b/libraries/entropy/tools.py index 39e8ad3b9..31c01a532 100644 --- a/libraries/entropy/tools.py +++ b/libraries/entropy/tools.py @@ -2880,6 +2880,7 @@ def spawn_function(f, *args, **kwds): def uncompress_tar_bz2(filepath, extractPath = None, catchEmpty = False): """ docstring_title + # FIXME: rename this and make bz2 independent @param filepath: @type filepath: