Skip to content

Commit

Permalink
WSFEXv1: disable get parameters until UT updated
Browse files Browse the repository at this point in the history
  • Loading branch information
reingart committed Jun 28, 2023
1 parent 28072af commit b17239c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wsfexv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,10 +1094,11 @@ def main():
for r in ret:
print("||%(codigo)s||%(ds)s||" % r)

print("=== Actividades ===")
ret = wsfexv1.GetParamActividades(sep=False)
for r in ret:
print("||%(codigo)s||%(ds)s||" % r)
if "--rg5259" in sys.argv:
print("=== Actividades ===")
ret = wsfexv1.GetParamActividades(sep=False)
for r in ret:
print("||%(codigo)s||%(ds)s||" % r)

if "--ctz" in sys.argv:
print(wsfexv1.GetParamCtz("DOL"))
Expand Down

0 comments on commit b17239c

Please sign in to comment.