Skip to content

Commit

Permalink
paramfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Nov 26, 2024
1 parent f07fd83 commit eb0d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def write_config_files(self):
parameters = []
s = ""
for key, value in _parameters.items():
s += f"assign {key} {self._param_value_str(value)}"
s += f'assign {key} {self._param_value_str(value, "")}\n'
self.update_config_file("parameters.txt", s)

def run(self):
Expand Down

0 comments on commit eb0d19a

Please sign in to comment.