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

BUG: Wrong attribute name for mongo_image in file __main__.py #1

Open
MarcinP1304 opened this issue Jun 27, 2023 · 0 comments
Open

Comments

@MarcinP1304
Copy link

Description:

I discovered that there is an incorrect attribute name for mongo_image in the main.py file (line 55). The current attribute for mongo_image is the latest one and needs to be changed to the name attribute.

Steps to restore:

  1. Open the main.py file.
  2. Look for the declaration of the mongo_image attribute.
  3. Verify the attribute name with the correct name.

Expected result:

The attribute name should be corrected to name='mongo:latest', and mongo_image should end with the name attribute.

Actual result:

The attribute name is incorrect and does not match the name of the image being used.

Suggested solution:

Change the attribute name to the correct name of the image used.

Impact:

This problem causes confusion and leads to errors in the code. Fixing this error will make the code easier to compile.

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

No branches or pull requests

1 participant