We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bottles-cli run
--executable
--program
I was trying to figure out how to invoke bottles-cli run, and I accidentally made it crash when I didn't specify either --executable or --program.
$ flatpak run --command=bottles-cli com.usebottles.bottles run -b Default 05:35:27 (INFO) Forcing offline mode Traceback (most recent call last): File "/app/bin/bottles-cli", line 764, in <module> cli = CLI() ^^^^^ File "/app/bin/bottles-cli", line 236, in __init__ self.__process_args() File "/app/bin/bottles-cli", line 285, in __process_args self.run_program() File "/app/bin/bottles-cli", line 687, in run_program _executable = _executable.replace("file://", "") ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'replace'
Flatpak from Flathub
Arch Linux
N/A
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I was trying to figure out how to invoke
bottles-cli run
, and I accidentally made it crash when I didn't specify either--executable
or--program
.To Reproduce
Package
Flatpak from Flathub
Distribution
Arch Linux
Debugging Information
Troubleshooting Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: