Skip to content

Commit eb197c4

Browse files
committed
Fix missing detail folder
1 parent 9e7163f commit eb197c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extra/decimal_printer_gdb.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Distributed under the Boost Software License, Version 1.0.
33
# https://www.boost.org/LICENSE_1_0.txt
44

5+
import sys
6+
import os
7+
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
8+
59
from detail.decode_ieee_type import decode_decimal32
610
from detail.decode_ieee_type import decode_decimal64
711
from detail.decode_ieee_type import decode_decimal128

0 commit comments

Comments
 (0)