After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342766 - jhbuild dot command fails
jhbuild dot command fails
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-05-24 05:32 UTC by JP Rosevear
Modified: 2006-05-24 05:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix dot command (1.11 KB, patch)
2006-05-24 05:33 UTC, JP Rosevear
accepted-commit_now Details | Review

Description JP Rosevear 2006-05-24 05:32:19 UTC
jhbuild dot fails with:

Traceback (most recent call last):
  • File "/home/jpr/bin/jhbuild", line 6 in ?
    jhbuild.main.main(sys.argv[1:])
  • File "/home/jpr/src/jhbuild/jhbuild/main.py", line 89 in main
    jhbuild.commands.run(command, config, args)
  • File "/home/jpr/src/jhbuild/jhbuild/commands/__init__.py", line 74 in run
    cmd.execute(config, args)
  • File "/home/jpr/src/jhbuild/jhbuild/commands/__init__.py", line 43 in execute
    self.run(config, options, args)
TypeError: run() takes exactly 3 arguments (4 given)

Comment 1 JP Rosevear 2006-05-24 05:33:57 UTC
Created attachment 66109 [details] [review]
Patch to fix dot command

This fixes the problem for me
Comment 2 James Henstridge 2006-05-24 05:35:57 UTC
please commit.
Comment 3 JP Rosevear 2006-05-24 05:38:06 UTC
Committed.