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-report will result in poxy experiencing repetitive self-invocation #29

Closed
wroyca opened this issue Aug 8, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@wroyca
Copy link
Contributor

wroyca commented Aug 8, 2023

Environment

version and/or commit hash:

0.13.4

Describe the bug

--bug-report will result in poxy experiencing repetitive self-invocation, where removing --bug-report from its children does not appear to take place.

C:\Users\wroy\Desktop\echo\doc>poxy --bug-report
Preparing output paths
Invoking poxy
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\wroy\AppData\Local\Programs\Python\Python311\Scripts\poxy.exe\__main__.py", line 7, in <module>
  File "C:\Users\wroy\AppData\Local\Programs\Python\Python311\Lib\site-packages\poxy\main.py", line 74, in main
    _invoker(main, invoker=False)
  File "C:\Users\wroy\AppData\Local\Programs\Python\Python311\Lib\site-packages\poxy\main.py", line 26, in _invoker
    func(**kwargs)
  File "C:\Users\wroy\AppData\Local\Programs\Python\Python311\Lib\site-packages\poxy\main.py", line 239, in main
    result = subprocess.run(
             ^^^^^^^^^^^^^^^
  File "C:\Users\wroy\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 550, in run
    stdout, stderr = process.communicate(input, timeout=timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\wroy\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1196, in communicate
    stdout = self.stdout.read()
             ^^^^^^^^^^^^^^^^^^
  File "<frozen codecs>", line 319, in decode
KeyboardInterrupt
^C

image

@wroyca wroyca added the bug Something isn't working label Aug 8, 2023
@marzer
Copy link
Owner

marzer commented Aug 8, 2023

lmao. "but who watches the watchmen?"

@marzer marzer closed this as completed in bf62413 Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants