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

Git-dag broken on python3 #502

Closed
andrewcchen opened this issue Sep 24, 2015 · 0 comments
Closed

Git-dag broken on python3 #502

andrewcchen opened this issue Sep 24, 2015 · 0 comments

Comments

@andrewcchen
Copy link

Version: git master
Stacktrace:

$ ./bin/git-dag 
Traceback (most recent call last):
  File "./bin/git-dag", line 91, in <module>
    sys.exit(main())
  File "./bin/git-dag", line 63, in main
    return args.func(args)
  File "./bin/git-dag", line 86, in cmd_dag
    view = git_dag(context.model, args=args, settings=args.settings)
  File "/home/andrew/git-cola/cola/widgets/dag.py", line 42, in git_dag
    view = GitDAG(model, ctx, settings=settings)
  File "/home/andrew/git-cola/cola/widgets/dag.py", line 398, in __init__
    defs.spacing)
  File "/home/andrew/git-cola/cola/qtutils.py", line 55, in hbox
    return box(QtGui.QHBoxLayout, margin, spacing, *items)
  File "/home/andrew/git-cola/cola/qtutils.py", line 83, in box
    elif isinstance(i, (int, long)):
NameError: name 'long' is not defined
@davvid davvid closed this as completed in 014a3de Sep 24, 2015
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