mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
fix various nits based on feedback
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import subprocess
|
||||
|
||||
def download (path):
|
||||
def download(path):
|
||||
subprocess.run(["wget", path]) # OK
|
||||
|
||||
Reference in New Issue
Block a user