Skip to content

Commit bbcf414

Browse files
committed
update to remove unused legacy option for getjobs.py
1 parent 2e788d9 commit bbcf414

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/resources/scripts/getjobs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,9 @@ def printEnvInfoNoDataAPI(ManageProjectName, printData = True, printEnvType = Fa
230230

231231
return output
232232

233-
def printEnvironmentInfo(ManageProjectName, printData = True, printEnvType = False, legacy = False):
233+
def printEnvironmentInfo(ManageProjectName, printData = True, printEnvType = False):
234234
try:
235235

236-
if (legacy): raise KeyError
237-
238236
from vector.apps.DataAPI.vcproject_api import VCProjectApi
239237
api = VCProjectApi(ManageProjectName)
240238
ret_info = printEnvInfoDataAPI(api, printData, printEnvType)

0 commit comments

Comments
 (0)