We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b46313 commit 686b316Copy full SHA for 686b316
wsfexv1.py
@@ -1094,10 +1094,11 @@ def main():
1094
for r in ret:
1095
print("||%(codigo)s||%(ds)s||" % r)
1096
1097
- print("=== Actividades ===")
1098
- ret = wsfexv1.GetParamActividades(sep=False)
1099
- for r in ret:
1100
- print("||%(codigo)s||%(ds)s||" % r)
+ if "--rg5259" in sys.argv:
+ print("=== Actividades ===")
+ ret = wsfexv1.GetParamActividades(sep=False)
+ for r in ret:
1101
+ print("||%(codigo)s||%(ds)s||" % r)
1102
1103
if "--ctz" in sys.argv:
1104
print(wsfexv1.GetParamCtz("DOL"))
0 commit comments