Skip to content

Convert actions to Enum - #90

Merged
dgarros merged 3 commits into
mainfrom
dga-fix-86
Jan 21, 2022
Merged

Convert actions to Enum#90
dgarros merged 3 commits into
mainfrom
dga-fix-86

Conversation

@dgarros

Copy link
Copy Markdown
Contributor

fixes#86

Technically it's not a real enum because using when using an enum the value doesn't translate directly to a string but I think the result is the same.

Comment threaddiffsync/enum.py Outdated
glennmatthews
glennmatthews previously approved these changes Jan 21, 2022
Comment threaddiffsync/helpers.py Outdated
@dgarros

Copy link
Copy Markdown
ContributorAuthor

@glennmatthews I've updated this PR to use a proper Enum, ready to review

Sign up for freeto 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.

Create an Enum to track the valid type of Actions

2 participants

@dgarros@glennmatthews