chore: fix linter errors (#25996)
This commit is contained in:
parent
05b5c197ae
commit
c27e5fdbb6
6 changed files with 37 additions and 20 deletions
|
@ -46,7 +46,9 @@ def main():
|
|||
|
||||
for symbol_file in files:
|
||||
print("Generating Sentry src bundle for: " + symbol_file)
|
||||
subprocess.check_output([NPX_CMD, '@sentry/cli@1.51.1', 'difutil', 'bundle-sources', symbol_file])
|
||||
subprocess.check_output([
|
||||
NPX_CMD, '@sentry/cli@1.51.1', 'difutil', 'bundle-sources',
|
||||
symbol_file])
|
||||
|
||||
files += glob.glob(SYMBOLS_DIR + '/*/*/*.src.zip')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue