From 193f221202e58b53d4e74f59fc63cda4c058e8cf Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:45:44 -0500 Subject: [PATCH] Update fetch-macOS.py --- fetch-macOS.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fetch-macOS.py b/fetch-macOS.py index 98065b3..bfcbab9 100755 --- a/fetch-macOS.py +++ b/fetch-macOS.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python3 +# pylint: disable=C0301,C0116,C0103,R0903 + import os print("Select the version of macOS you want to download")