Skip to content

Commit

Permalink
Re-generate library using /synth.py (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 12, 2018
1 parent 7672a16 commit eda92a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions synth.py
Expand Up @@ -22,6 +22,7 @@
from pathlib import Path
import glob
import re
import sys

logging.basicConfig(level=logging.DEBUG)

Expand Down Expand Up @@ -86,5 +87,7 @@ def all_discoveries():

return discos

for disco in all_discoveries():
generate_service(disco)
print(sys.argv)

# for disco in all_discoveries():
# generate_service(disco)

0 comments on commit eda92a3

Please sign in to comment.