Skip to content

Commit

Permalink
Stopped printing cfbs.json content as part of cfbs init
Browse files Browse the repository at this point in the history
This was an accidental print statement left in by me when I
was fixing the sorting of this JSON file (specifically the
git field).

Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
  • Loading branch information
olehermanse committed Mar 26, 2024
1 parent f79f499 commit 2188dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cfbs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def init_command(index=None, masterfiles=None, non_interactive=False) -> int:
config["git"] = do_git

data = pretty(config, CFBS_DEFAULT_SORTING_RULES) + "\n"
print(data)
with open(cfbs_filename(), "w") as f:
f.write(data)
assert is_cfbs_repo()
Expand Down

0 comments on commit 2188dc6

Please sign in to comment.