-
Notifications
You must be signed in to change notification settings - Fork 6
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
compatibility mode #49
Conversation
Needs more testing, and there are some unanswered questions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please pull the newest master into your branch, install pre-commit
with pip (pip install pre-commit
) in your venv and run pre-commit run --all-files
and commit any changes made by the tool?
Other than that I have just 1 small change request in tests.
Thank you for this PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another great PR 👍
This addresses issue #43 by adding a new command line option
--compatibility-mode
. When this flag is used,drpg
attempts to emulate the file/directory naming algorithm that the DriveThruRPG client app uses, including its bugs and idiosyncrasies. See the discussion for more details.