Skip to content

Commit 2230179

Browse files
committed
Rename
1 parent 4ba076e commit 2230179

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/qcodes/instrument_drivers/stanford_research/generate_code.py renamed to _generate_code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from jinja2 import Environment, FileSystemLoader
22

33
env = Environment(
4-
loader=FileSystemLoader("."),
4+
loader=FileSystemLoader("src/qcodes/instrument_drivers/stanford_research"),
55
lstrip_blocks=True,
66
trim_blocks=True,
77
keep_trailing_newline=True,
@@ -10,5 +10,5 @@
1010

1111
output = template.render()
1212

13-
with open("SR86x.py", "w") as f:
13+
with open("src/qcodes/instrument_drivers/stanford_research/SR86x.py", "w") as f:
1414
f.write(output)

0 commit comments

Comments
 (0)