mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
29c9f22fee
commit
c352e3e9ed
@ -69,7 +69,7 @@ class Bug:
|
||||
msg = msg.replace('Fixesed', 'Fixed')
|
||||
env = dict(os.environ)
|
||||
env['LAUNCHPAD_FIX_BUG'] = msg
|
||||
subprocess.run([sys.executable, LAUNCHPAD], env=env, input=f'Subject: [Bug ({bug})]', text=True, check=True)
|
||||
subprocess.run([sys.executable, LAUNCHPAD], env=env, input=f'Subject: [Bug {bug}]', text=True, check=True)
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
x
Reference in New Issue
Block a user