ispg-group / aiidalab-ispg

ATMOSPEC: ab initio UV/vis spectroscopy for everyone
MIT License
6 stars 4 forks source link

Bug: Typo in README.md (profile configuration has unbalanced quotes) #213

Closed yoricklassmann closed 11 months ago

yoricklassmann commented 11 months ago

The following profile configuration for aiidalab-launch

port = 8888
default_apps = [ "aiidalab-ispg@git+https://github.com/ispg-group/aiidalab-ispg.git@main",]
system_user = "jovyan"
image = ghcr.io/ispg-group/atmospec:latest"
home_mount = "aiidalab_atmospec_home"
extra_mounts = ["/absolute/path/to/orca/:/opt/orca:ro",]

appears to be missing a quotation mark at the declaration of the image variable. When this is not balanced the following error message is printed:

$ aiidalab-launch profile edit default
Unexpected TomlDecodeError: Unbalanced quotes (line 4 column 44 char 171)
Use verbose mode `aiidalab-launch --verbose` to see full stack trace
danielhollas commented 11 months ago

Oh, that is unfortunate, thanks for opening the issue and apologies for less than ideal installation experience. PR welcomed 😁