Fix launch bug for cone.

This commit is contained in:
jmsgrogan 2017-10-24 20:34:08 +01:00
parent 422f458469
commit f5f8a6640a
13 changed files with 19 additions and 22 deletions

View file

@ -7,7 +7,7 @@ import sys
import random
import json
import product_gen.generate_product
import product_gen.shapes.shape_description as sd
import shapes.shape_description as sd
from argparse import ArgumentParser
if __name__ == "__main__":