Skip to content
Snippets Groups Projects
Commit dba7a105 authored by meta-androcto's avatar meta-androcto
Browse files

rock gen: quiet startup prints

parent 9f12957b
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ try: ...@@ -140,7 +140,7 @@ try:
from numpy.random import ( from numpy.random import (
seed, seed,
weibull) weibull)
print("Rock Generator: Numpy found.") # print("Rock Generator: Numpy found.")
numpy = True numpy = True
except: except:
from random import ( from random import (
......
...@@ -42,7 +42,7 @@ path = basePath + "add_mesh_rocks.xml" ...@@ -42,7 +42,7 @@ path = basePath + "add_mesh_rocks.xml"
try: try:
source = minidom.parse(path) source = minidom.parse(path)
print("Rock generator settings file found:\n" + path) # print("Rock generator settings file found:\n" + path)
except: except:
print("Rock generator settings file not found. Creating settings file.") print("Rock generator settings file not found. Creating settings file.")
shutil.copy(basePath + "factory.xml", path) shutil.copy(basePath + "factory.xml", path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment