File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
projects/rocprofiler-compute/src Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ def sanitize(self) -> None:
148148 if self .__args .mode is None and not (
149149 getattr (self .__args , "list_metrics" , False )
150150 or getattr (self .__args , "list_blocks" , False )
151+ or getattr (self .__args , "specs" , False )
151152 ):
152153 self .__parser .print_help (sys .stderr )
153154 console_error (
@@ -213,6 +214,7 @@ def sanitize(self) -> None:
213214 and not getattr (self .__args , "list_available_metrics" , False )
214215 and not getattr (self .__args , "list_sets" , False )
215216 and not getattr (self .__args , "list_blocks" , False )
217+ and not getattr (self .__args , "specs" , False )
216218 ):
217219 if self .__args .name is None and self .__args .output_directory == str (
218220 Path .cwd () / "workloads"
You can’t perform that action at this time.
0 commit comments