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

Skip @eaDir directories when run on a Synology NAS #306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 28, 2017

  1. Skip @eadir directories

    I'm running on a Synology NAS and it creates some directories starting with `@` and `#` that are used for metadata and integrity info. This patch ignores those
    
    ```  File "/volume1/@appstore/python/lib/python2.7/site-packages/gmv/gmvault_db.py", line 137, in _init_sub_chats_dir
        raise Exception("Should get 2 elements in %s" % the_split)
    Exception: Should get 2 elements in ['@eadir']```
    nabeelio committed May 28, 2017
    Configuration menu
    Copy the full SHA
    71d31c2 View commit details
    Browse the repository at this point in the history