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

compatibility mode #49

Merged
merged 13 commits into from
Nov 8, 2023
Merged

Conversation

ToddBradley
Copy link
Contributor

@ToddBradley ToddBradley commented Nov 2, 2023

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.

@ToddBradley ToddBradley changed the title Feature/compatibility mode compatibility mode Nov 2, 2023
@ToddBradley ToddBradley marked this pull request as ready for review November 3, 2023 15:15
Copy link
Owner

@glujan glujan left a 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!

tests/test_sync.py Outdated Show resolved Hide resolved
Copy link
Owner

@glujan glujan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another great PR 👍

@glujan glujan merged commit 4c68606 into glujan:master Nov 8, 2023
5 checks passed
@ToddBradley ToddBradley deleted the feature/compatibility-mode branch November 8, 2023 18:18
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

Successfully merging this pull request may close these issues.

2 participants