Skip to content

Commit 765c001

Browse files
committed
remove trackeback
1 parent 9c9e060 commit 765c001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyptv/parameter_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ def convert(obj):
200200

201201
data = convert(out)
202202

203-
import traceback
203+
# import traceback
204204

205205
with file_path.open('w') as f:
206206
print(f"[DEBUG] Writing to {file_path} at step:")
207-
traceback.print_stack(limit=5)
207+
# traceback.print_stack(limit=5)
208208
yaml.safe_dump(data, f, default_flow_style=False, sort_keys=False)
209209

210210
def from_yaml(self, file_path):

0 commit comments

Comments
 (0)