Skip to content

Commit

Permalink
Update fullBuildSingleTM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbr3 authored Sep 21, 2023
1 parent b22634e commit bf4d01c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/r3threatmodeling/fullBuildSingleTM.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def generateSingleTM(rootTMYaml, outputDir, assetDir, template, ancestorData=Tru
print(f" executing: {PUMLCommand}")
os.system(PUMLCommand)

"""
print("Generating PDF from html version")
os.makedirs( "build/scripts", exist_ok=True)
Expand All @@ -75,7 +76,8 @@ def generateSingleTM(rootTMYaml, outputDir, assetDir, template, ancestorData=Tru
file:///home/pptruser/{outputDir}/{tmID}.html {outputDir}/{tmID}.pdf"
print(f"Executing command: {PDF_command}")
os.system(PDF_command)

"""

def main():
CLI=argparse.ArgumentParser()

Expand Down

0 comments on commit bf4d01c

Please sign in to comment.