Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README according new sugar specs #109

Open
esloch opened this issue Jan 10, 2024 · 0 comments
Open

Update README according new sugar specs #109

esloch opened this issue Jan 10, 2024 · 0 comments
Assignees

Comments

@esloch
Copy link
Contributor

esloch commented Jan 10, 2024

  • sugar version:
 sugar version:1.9.3
  • Python version:
Python 3.10.13
  • Operating System:
Distributor ID: Ubuntu
Description:    Ubuntu 23.10
Release:        23.10
Codename:       mantic
Kernel       6.5.0-14-generic
Arch:       x86_64

Description

The sugar specifications example does not correspond to the new release.

What I Did

$ sugar build
Traceback (most recent call last):
  File "/home/esloch/miniforge/envs/alertadengue/bin/sugar", line 8, in <module>
    sys.exit(app())
  File "/home/esloch/miniforge/envs/alertadengue/lib/python3.10/site-packages/sugar/cli.py", line 166, in app
    sugar = Sugar(args_cast, options_args, cmd_args)
  File "/home/esloch/miniforge/envs/alertadengue/lib/python3.10/site-packages/sugar/sugar.py", line 543, in __init__
    super().__init__(args, options_args, cmd_args)
  File "/home/esloch/miniforge/envs/alertadengue/lib/python3.10/site-packages/sugar/sugar.py", line 68, in __init__
    self._load_defaults()
  File "/home/esloch/miniforge/envs/alertadengue/lib/python3.10/site-packages/sugar/sugar.py", line 218, in _load_defaults
    for k, v in _defaults.items():
AttributeError: 'list' object has no attribute 'items'
@esloch esloch self-assigned this Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant