Add generated dot files
This commit is contained in:
@@ -156,7 +156,7 @@ if __name__ == "__main__":
|
||||
if not filename:
|
||||
filename = default
|
||||
|
||||
out_path = Path(__file__).parent / filename
|
||||
out_path = Path(__file__).parent / 'cfgdots' / filename
|
||||
with open(out_path, "w") as f:
|
||||
f.write(dot_str)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user