Procházet zdrojové kódy

Update error message

main
Sindre Stephansen před 2 roky
rodič
revize
094a815065
Podepsáno: sindre <sindre@sindrestephansen.com> ID GPG klíče: B06FC67D17A46ADE
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      sync/src/main.py

+ 1
- 1
sync/src/main.py Zobrazit soubor

@@ -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')



Načítá se…
Zrušit
Uložit