-
Notifications
You must be signed in to change notification settings - Fork 0
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
NameError: name 'get_modification_time' is not defined #93
Comments
Thanks for reporting this, @rohanbanerjee. I have a feeling that #88 was not properly tested before merging. Especially after this merge commit (39acd0f). I can still see an option to revert the PR: So maybe we can revert the merge, which will make |
Yup that sounds good. I have opened a PR to revert the changes. Will make fresh changes and open another PR for the same. |
Reverted now by #94 |
I am using the latest version of the
manual-correction
software, SHA -7242702d1c8d40e5ea820d2b4c4cc0c852e49c43
.I am getting the error
NameError: name 'get_modification_time' is not defined
while running it. I do understand the functionality of it but I'm curious why it was included there without defining the function or am I missing out on something here.If it was not defined then I can make a function
get_modification_time
inutils.py
and call it here.The text was updated successfully, but these errors were encountered: