From 5a70b3b498e64dc903b017d45be09a808cfb2b89 Mon Sep 17 00:00:00 2001
From: Hui Lan <lanhui@zjnu.edu.cn>
Date: Sat, 18 Jan 2020 18:45:28 +0800
Subject: 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
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

(limited to '.gitignore')

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
-- 
cgit v1.2.1