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 podman-compose run command parsing #43

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

mariushoch
Copy link
Contributor

This got confused with the main command (up, down, …), thus leading to:

    cmd = self.commands[cmd_name]
TypeError: unhashable type: 'list'

@mariushoch mariushoch mentioned this pull request Sep 15, 2019
@muayyad-alsadi
Copy link
Collaborator

There is a similar docker-compose exec
Is there a common name that can be used for both run_command and exec_command?
Ex. cnt_command?

@mariushoch
Copy link
Contributor Author

That sounds sensible, will change.

This got confused with the main command (up, down, …),
thus leading to:

    cmd = self.commands[cmd_name]
TypeError: unhashable type: 'list'
@muayyad-alsadi muayyad-alsadi merged commit b369073 into containers:devel Oct 1, 2019
@mariushoch mariushoch deleted the fix_run_command branch October 1, 2019 10:33
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