Commit 5997a22d authored by Olivier Sallou's avatar Olivier Sallou
Browse files

New upstream version 3.0.16

parent ef109ee4
Loading
Loading
Loading
Loading
+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:
+3 −0
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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',