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

ValueError: need more than 0 values to unpack #16

Open
BenePhetes opened this issue Nov 27, 2017 · 0 comments
Open

ValueError: need more than 0 values to unpack #16

BenePhetes opened this issue Nov 27, 2017 · 0 comments

Comments

@BenePhetes
Copy link

Traceback (most recent call last):
  File "./csv2dat.py", line 475, in <module>
    rval = main()
  File "./csv2dat.py", line 471, in main
    return cmd(opts, args)
  File "./csv2dat.py", line 439, in build_dat
    r.load(opts, args)
  File "./csv2dat.py", line 194, in load
    for nets, data in self.gen_nets(opts, args):
  File "./csv2dat.py", line 317, in gen_nets
    lo, hi = row[:2]
ValueError: need more than 0 values to unpack

`Please help on this error.

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