Skip to content

Commit

Permalink
common.py fix?
Browse files Browse the repository at this point in the history
Thought I would quickly change the name of debug.conf.json.sample to debug.conf.dev.json; this was not inconsequential. Seeing if this fixes it.
  • Loading branch information
nataliejschultz committed May 22, 2024
1 parent 29869cd commit 38209ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def set_analysis_config(key, value):
import shutil

analysis_conf_path = "conf/analysis/debug.conf.json"
shutil.copyfile("%s.sample" % analysis_conf_path,
shutil.copyfile("conf/analysis/debug.conf.dev.json",
analysis_conf_path)
with open(analysis_conf_path) as fd:
curr_config = json.load(fd)
Expand Down

0 comments on commit 38209ef

Please sign in to comment.