diff --git a/setup.py b/setup.py index 3d7cf3eab..4ec224002 100644 --- a/setup.py +++ b/setup.py @@ -108,8 +108,7 @@ def run(self): print("Downloading CSS: %s" % url) try: css = self._download(url) - if not len(css): - print('EMPTY DOWNLOAD') + print(css) except Exception as e: msg = "Failed to download css from %s: %s" % (url, e) print(msg, file=sys.stderr)