lodrick-the-lafted commited on
Commit
1f3503c
1 Parent(s): 547b92e

Update densify.py

Browse files
Files changed (1) hide show
  1. densify.py +1 -1
densify.py CHANGED
@@ -24,7 +24,7 @@ def main():
24
  print(f"+ {key} -> {nk}")
25
  else:
26
  print(f"- {key}")
27
- save_file(densified, f"{mf}-x")
28
  densified = {}
29
 
30
  with open("config.json", "r") as read_conf_file:
 
24
  print(f"+ {key} -> {nk}")
25
  else:
26
  print(f"- {key}")
27
+ save_file(densified, f"{mf}")
28
  densified = {}
29
 
30
  with open("config.json", "r") as read_conf_file: