Loading CHANGES.txt +2 −0 Original line number Diff line number Diff line 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: Loading biomaj_core/utils.py +3 −0 Original line number Diff line number Diff line Loading @@ -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: Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ config = { 'url': 'http://biomaj.genouest.org', 'download_url': 'http://biomaj.genouest.org', 'author_email': 'olivier.sallou@irisa.fr', 'version': '3.0.15', 'version': '3.0.16', 'classifiers': [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', Loading Loading
CHANGES.txt +2 −0 Original line number Diff line number Diff line 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: Loading
biomaj_core/utils.py +3 −0 Original line number Diff line number Diff line Loading @@ -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: Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ config = { 'url': 'http://biomaj.genouest.org', 'download_url': 'http://biomaj.genouest.org', 'author_email': 'olivier.sallou@irisa.fr', 'version': '3.0.15', 'version': '3.0.16', 'classifiers': [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', Loading