Explorar el Código

Update error message

main
Sindre Stephansen hace 2 años
padre
commit
094a815065
Firmado por: sindre <sindre@sindrestephansen.com> ID de clave GPG: B06FC67D17A46ADE
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      sync/src/main.py

+ 1
- 1
sync/src/main.py Ver fichero

@@ -49,7 +49,7 @@ async def main(package_list: Path, output_dir: Path, repo: str) -> None:
for c in await resolve_kotlin(configuration, repo):
generate_gradle(c, repo, output_dir)
except:
logger.exception(f'Error resolving kotlin version {configuration.kotlin_version}')
logger.exception(f'Error resolving configuration with kotlin={configuration.kotlin_version} and gradle={configuration.gradle_version}')
else:
print('Error in configuration')



Cargando…
Cancelar
Guardar