Abdul muhaimin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sapl/legacy/scripts/ressuscita_dependencias.py
|
@ -198,7 +198,7 @@ Para facilitar sua conferência, seguem os links para as proposições envolvida |
|
|
def get_dependencias_a_ressuscitar(slug): |
|
|
def get_dependencias_a_ressuscitar(slug): |
|
|
ocorrencias = yaml.load( |
|
|
ocorrencias = yaml.load( |
|
|
Path(DIR_REPO.child('ocorrencias.yaml').read_file()), |
|
|
Path(DIR_REPO.child('ocorrencias.yaml').read_file()), |
|
|
yaml.Loader |
|
|
yaml.SafeLoader |
|
|
) |
|
|
) |
|
|
fks_faltando = ocorrencias.get('fk') |
|
|
fks_faltando = ocorrencias.get('fk') |
|
|
if not fks_faltando: |
|
|
if not fks_faltando: |
|
|