Skip to content

Commit

Permalink
Update JupyterLab CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Apr 2, 2021
1 parent 928baa9 commit 977d4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def run(self):
print("Downloading CSS: %s" % url)
try:
css = self._download(url)
if not len(css):
print('EMPTY DOWNLOAD')
except Exception as e:
msg = "Failed to download css from %s: %s" % (url, e)
print(msg, file=sys.stderr)
Expand Down

0 comments on commit 977d4f5

Please sign in to comment.