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

Fix bug with nuclio env variables #4712

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

arkravchuk
Copy link
Contributor

Motivation and context

Fix bug with nuclio env variables.
os.getenv reads environment variables as strings. But the functions using PORT and DEFAULT_TIMEOUT expect it to be int

How has this been tested?

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2022 Intel Corporation
#
# SPDX-License-Identifier: MIT

@nmanovic
Copy link
Contributor

@arkravchuk , thanks for the contribution. Sorry that it took so much time to commit a couple of lines.

@nmanovic nmanovic merged commit 4ad7e2f into cvat-ai:develop Nov 18, 2022
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.

None yet

2 participants