We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20aead commit 731abe3Copy full SHA for 731abe3
…mple-synoptic/b23-services/config/ioc.db …e-synoptic/b23-services/config/devsta.dbexample-synoptic/b23-services/config/ioc.db renamed to example-synoptic/b23-services/config/devsta.db
src/techui_builder/builder.py
@@ -132,7 +132,7 @@ def write_devsta_pvs(self):
132
if not conf_dir.exists():
133
os.mkdir(conf_dir)
134
135
- with open(conf_dir.joinpath("ioc.db"), "w") as f:
+ with open(conf_dir.joinpath("devsta.db"), "w") as f:
136
# Add a header explaining the file is autogenerated
137
f.write("#" * 51 + "\n")
138
f.write(
0 commit comments