Skip to content

Commit

Permalink
Fixed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Root-Core committed Sep 8, 2024
1 parent 731728e commit fa896a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_verbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def find_valid_verbs(root: Path) -> set[str]:
env['WINETRICKS_LATEST_VERSION_CHECK'] = 'disabled'

# Execute winetricks, suppress output
print('Executing winetricks, using tmp path "{tmp_dir}" - this may take a moment.')
print(f'Executing winetricks, using tmp path "{tmp_dir}" - this may take a moment.')
subprocess.run([wt_path, '--no-clean', 'list-all'], env=env, stdout=subprocess.DEVNULL)

# Get all verbs
Expand Down

0 comments on commit fa896a0

Please sign in to comment.