Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
patateqbool committed Nov 10, 2018
1 parent a89018c commit ebd8200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,4 @@ install:
- pip install black flake8 flake8-import-order pep8-naming
script:
- black -l 79 --check **/*.py
- flake8 --ignore=W503,W605 **/*.py --import-order-style=google
- flake8 --ignore=W503 **/*.py --import-order-style=google
2 changes: 1 addition & 1 deletion idarling/plugin.py
Expand Up @@ -65,7 +65,7 @@ def user_resource(directory, filename):
"""
Return the absolute path to a resource located in the user directory.
It should be:
* %APPDATA%\Roaming\Hex-Rays\IDA Pro\plugin\idarling under Windows
* %APPDATA%\\Roaming\\Hex-Rays\\IDA Pro\\plugin\\idarling under Windows
* $HOME/.idapro/plugins/idarling under Linux and MacOS.
"""
user_dir = ida_diskio.get_user_idadir()
Expand Down

0 comments on commit ebd8200

Please sign in to comment.