Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 178
    • Issues 178
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 49
    • Merge Requests 49
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • weboob
  • weboobweboob
  • Issues
  • #43

Closed
Open
Opened Sep 14, 2017 by Nicolas Cedilnik@nicoco
  • Report abuse
  • New issue
Report abuse New issue

weboob-config ignores quiet mode

The title states it all. Bug is present in 1.2 and 1.3 branches. Illustration:

$ weboob-config --quiet update 
=== [  0%] Getting http://updates.weboob.org/1.2/main/
=== [100%] All modules are up-to-date.
$ ~/.local/venvs/weboob/bin/weboob-config update --quiet
=== [  0%] Getting https://updates.weboob.org/1.3/main/
=== [100%] All modules are up-to-date.

Particularly annoying for me because I want to update modules through a cron job and would like to receive no notifications when everything runs smooth.

Assignee
Assign to
1.3
Milestone
1.3
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: weboob/weboob#43