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

Upgrade to latest chdkptp and update chdkptp_module.diff to build libraries #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2018

  1. Upgraded to latest chdkptp

    meelash committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    1feffc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    65944f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Expose PTPError exception class so they can be handled by client libr…

    …aries nicely. Since they have special properties like the PTP traceback.
    meelash committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    bace5e7 View commit details
    Browse the repository at this point in the history
  2. parse ptp errors gracefully

    First, chdkptp errors do not have a 'message' key, instead, it is 'msg'.
    Then, for some reason the dictionary get() method throws an error:
    TypeError: 'NoneType' object is not callable
    no matter if the key exists, or not. Not sure why that is so.
    meelash authored and meelash committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    2100623 View commit details
    Browse the repository at this point in the history