Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

put_timestamp_file.function bug #4

Open
RobertWan91 opened this issue Sep 10, 2020 · 0 comments
Open

put_timestamp_file.function bug #4

RobertWan91 opened this issue Sep 10, 2020 · 0 comments

Comments

@RobertWan91
Copy link

Describe the bug
At line 985 in client.py (function: put_timestamp_file()):
if self.client.pachd_version >= '1.8.6'

if the version is 1.9.5, the above if is right.

But if the version is 1.10.5 or 1.11.1, the above if will give a False where a True should be generated.

To Reproduce
Steps to reproduce the behavior:
If pachyderm 1.10.5 is used, client.trigger_pipeline() function won't work properly

Environment:

  • OS: macOS
  • Python Version: 3.6.7
  • Pachyderm Version: 1.10.5

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant