fix: setup readme
This commit is contained in:
parent
d708ea6792
commit
6aa407babe
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ setup(name='timmy',
|
||||
author_email = 'dobdin@gmail.com',
|
||||
license = 'Apache2',
|
||||
url = 'https://github.com/adobdin/timmy',
|
||||
long_description=read('README.md'),
|
||||
long_description=open('README.md').read(),
|
||||
packages = ["timmy"],
|
||||
data_files = rqfiles,
|
||||
include_package_data = True,
|
||||
|
@ -493,7 +493,7 @@ class Nodes(object):
|
||||
logging.info('Full log size on nodes(with fuel): %s bytes' % lsize)
|
||||
self.alogsize = lsize / 1024
|
||||
|
||||
def is_enough_space(self, coefficient=2.2):
|
||||
def is_enough_space(self, coefficient=1.2):
|
||||
outs, errs, code = free_space(self.destdir, timeout=1)
|
||||
if code != 0:
|
||||
logging.error("Can't get free space: %s" % errs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user