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

@ -12,8 +12,9 @@ from paramecio2.libraries.i18n import I18n
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
pattern=re.compile('^\w+\.(py|html|phtml|js)$')

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.