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

Move docker import so it works without docker installed #520

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

dnwillia-work
Copy link
Collaborator

@dnwillia-work dnwillia-work commented Jun 17, 2022

docker import will not work if docker package is not installed, We should not require this for local dev work.

@@ -98,6 +97,7 @@

def _copy_tui_help_xml_file():
if os.getenv("PYFLUENT_LAUNCH_CONTAINER") == "1":
import docker
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe the style check wants an empty line after the import

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hmph forgot to install pre-commit in my venv... yup.

Copy link
Collaborator

Choose a reason for hiding this comment

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

yeah that's a common annoyance

@dnwillia-work dnwillia-work linked an issue Jun 17, 2022 that may be closed by this pull request
@seanpearsonuk seanpearsonuk enabled auto-merge (squash) June 17, 2022 18:09
@seanpearsonuk seanpearsonuk merged commit 1eaf62e into main Jun 20, 2022
@seanpearsonuk seanpearsonuk deleted the fix/delaydocker branch June 20, 2022 05:53
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.

cannot set up local development
3 participants