mirror of https://github.com/aliasrobotics/cai.git
modify output name to unify
This commit is contained in:
parent
e57d388931
commit
c79a51d71f
|
|
@ -77,7 +77,7 @@ class CyberMetricEvaluator:
|
|||
|
||||
def create_output_directory(self):
|
||||
# Create base directory if it doesn't exist
|
||||
base_dir = "output_cybermetric"
|
||||
base_dir = "outputs"
|
||||
if not os.path.exists(base_dir):
|
||||
os.makedirs(base_dir)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue