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

Code incomprehensible #20

Open
HuangFuSL opened this issue Aug 22, 2021 · 0 comments
Open

Code incomprehensible #20

HuangFuSL opened this issue Aug 22, 2021 · 0 comments

Comments

@HuangFuSL
Copy link

HuangFuSL commented Aug 22, 2021

I forked and cloned this repo, and trying to run the code myself. After an unsuccessful attempt, I turned to investigate the code but got stuck at __create_lanes() method. Moreover, it seems that the code has critical bugs preventing it from being executed normally. It's not such runtime errors but thousands of so-called COMPILATION ERRORS such as:

  if filepath:
      suffix = '_' + thumbmode + '.png' if thumbmode else '_thumb.png'
      canvas.save(filepath + suffix)
  else:
      canvas.save(os.path.join(ROOT, "thumbnails/%s" % asset + suffix))
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