Skip to content

Python fixes #57

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

Merged
merged 4 commits into from
Jun 1, 2016
Merged

Python fixes #57

merged 4 commits into from
Jun 1, 2016

Conversation

nikhilm
Copy link
Contributor

@nikhilm nikhilm commented May 31, 2016

@@ -190,7 +192,7 @@ def filter(self, record):
}
logging.config.dictConfig(loggingConfig)

plannedEnd = time.time() + getTASK_TIMEOUT()
plannedEnd = int(time.time()) + getTASK_TIMEOUT()
Copy link
Contributor

Choose a reason for hiding this comment

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

 def get_remaining_time_in_millis(self):
         remaining = plannedEnd - time.time()

should be a type cast there too

@vlopatkin
Copy link
Contributor

LGTM with comment

@nikhilm nikhilm merged commit 0e959d0 into master Jun 1, 2016
@nikhilm
Copy link
Contributor Author

nikhilm commented Jun 1, 2016

Updated Docker image on hub.

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