Commit 7c350080 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

format: fix remove forgotten pdb

parent 0b136bde
...@@ -1700,7 +1700,6 @@ def do_format(conf): ...@@ -1700,7 +1700,6 @@ def do_format(conf):
computer.update() computer.update()
# Dumping and sending to the erp5 the current configuration # Dumping and sending to the erp5 the current configuration
import pdb; pdb.set_trace()
if not conf.dry_run: if not conf.dry_run:
computer.dump(path_to_xml=conf.computer_xml, computer.dump(path_to_xml=conf.computer_xml,
path_to_json=conf.computer_json, path_to_json=conf.computer_json,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment