def run(self): try: DownloadNuget() except: pass install.run(self)
def run(self): try: DownloadNuget() except: pass develop.run(self)
def run(self): # we need to download nuget so throw the exception if we don't get it DownloadNuget() sdist.run(self)