summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-01-18 18:45:28 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-01-18 18:45:28 +0800
commit5a70b3b498e64dc903b017d45be09a808cfb2b89 (patch)
tree6da82bf54d1673bd8ff72cf1d8d83666467d2736 /.gitignore
parent6db297407cad6a49ae977498a4ea4749dc98059f (diff)
download_and_map.py: write "no enough space" warning message to network log file
If there is no enough space left in the disk, download_and_map.py will refuse to download any data. This can be quite mysterious for a maintainer. So, write the reason to the network log file. The reason is something like: "[download_and_map.py] home directory does not have enough space (only 13 G available)." -Hui
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 52dc540..b9ca725 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@ Data/*
Code/*.old*
Code/*.pyc*
Code/__pycache__/
+
+brain-Code-20191226.tgz