Little fix for execute tests

This commit is contained in:
Antonio de la Rosa 2022-07-30 22:25:53 +02:00
parent 0c0eed50db
commit cee9d749d0
2 changed files with 6 additions and 4 deletions

View file

@ -16,8 +16,9 @@ sys.path.insert(0, os.path.realpath('.'))
try:
from settings import config
except:
print('You need a settings directory with a paramecio2 configuration')
sys.exit(1)
#print('You need a settings directory with a paramecio2 configuration')
#sys.exit(1)
pass
def start():
"""Function for create and update mysql tables using webmodel classes and fields how source.