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

--add-to-time-stamps doesn't work at least with filenametimestamp module #92

Open
novoid opened this issue Oct 3, 2019 · 0 comments
Open

Comments

@novoid
Copy link
Owner

novoid commented Oct 3, 2019

See disabled unit tests starting with test_add_to_time_stamps_good_case() in https://github.com/novoid/Memacs/blob/master/memacs/tests/filenametimestamps_test.py

When enabled and run, it ends up in:

filenametimestamps_test.py:162: in call_add_to_time_stamps
    return memacs.test_get_entries()
../lib/memacs.py:216: in test_get_entries
    data = self.test_get_all()
../lib/memacs.py:205: in test_get_all
    self.__init(test=True)
../lib/memacs.py:86: in __init
    self._parser_parse_args()
../filenametimestamps.py:76: in _parser_parse_args
    Memacs._parser_parse_args(self)
../lib/memacs.py:167: in _parser_parse_args
    self._args = self._parser.parse_args(self.__argv)
../lib/argparser.py:166: in parse_args
    "to ,e.g., \"+1\" or \"-3\".")
/usr/lib/python3.5/argparse.py:2394: in error
    self.exit(2, _('%(prog)s: error: %(message)s\n') % args)

Maybe somebody wants to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant