Skip to content

Commit 686b316

Browse files
reingartNicolasSandoval
authored andcommitted
WSFEXv1: disable get parameters until UT updated
Signed-off-by: Nicolás Sandoval <[email protected]>
1 parent 1b46313 commit 686b316

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

wsfexv1.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,11 @@ def main():
10941094
for r in ret:
10951095
print("||%(codigo)s||%(ds)s||" % r)
10961096

1097-
print("=== Actividades ===")
1098-
ret = wsfexv1.GetParamActividades(sep=False)
1099-
for r in ret:
1100-
print("||%(codigo)s||%(ds)s||" % r)
1097+
if "--rg5259" in sys.argv:
1098+
print("=== Actividades ===")
1099+
ret = wsfexv1.GetParamActividades(sep=False)
1100+
for r in ret:
1101+
print("||%(codigo)s||%(ds)s||" % r)
11011102

11021103
if "--ctz" in sys.argv:
11031104
print(wsfexv1.GetParamCtz("DOL"))

0 commit comments

Comments
 (0)