[med-svn] [Git][med-team/biomaj3-core][upstream] New upstream version 3.0.16
Olivier Sallou
gitlab at salsa.debian.org
Sat Mar 9 07:58:56 GMT 2019
Olivier Sallou pushed to branch upstream at Debian Med / biomaj3-core
Commits:
5997a22d by Olivier Sallou at 2019-03-09T07:56:29Z
New upstream version 3.0.16
- - - - -
3 changed files:
- CHANGES.txt
- biomaj_core/utils.py
- setup.py
Changes:
=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,5 @@
+3.0.16:
+ Add some warnings if some file is missing
3.0.15:
Fix check on bank properties config file when args is empty vs not defined
3.0.14:
=====================================
biomaj_core/utils.py
=====================================
@@ -299,6 +299,9 @@ class Utils(object):
else:
if not os.path.exists(os.path.dirname(to_file)):
os.makedirs(os.path.dirname(to_file))
+ if not os.path.exists(from_file):
+ logger.warn('File does not exists: %s' % (from_file))
+ continue
if move:
shutil.move(from_file, to_file)
else:
=====================================
setup.py
=====================================
@@ -21,7 +21,7 @@ config = {
'url': 'http://biomaj.genouest.org',
'download_url': 'http://biomaj.genouest.org',
'author_email': 'olivier.sallou at irisa.fr',
- 'version': '3.0.15',
+ 'version': '3.0.16',
'classifiers': [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/commit/5997a22d7666a4af8d8a46199bb13789fafc5276
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/commit/5997a22d7666a4af8d8a46199bb13789fafc5276
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190309/1f3fcacc/attachment-0001.html>
More information about the debian-med-commit
mailing list