Skip to content

Commit 1add77a

Browse files
committed
Fixes noticed 3.2 branch
1 parent 960b1a7 commit 1add77a

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

admin-tools/setup-master.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ fulldir=$(readlink -f $mydir)
2424
(cd ../python-uncompyle6 && ./admin-tools/setup-master.sh)
2525
cd $fulldir/..
2626
(cd $fulldir/.. && \
27+
checkout_version pycolumnize && \
28+
checkout_version pyhthon-xdis && \
2729
checkout_version python-filecache && \
30+
checkout_version python-uncompyle6 && \
2831
checkout_version python3-trepan
2932
)
3033
cd $owd

admin-tools/setup-python-3.2.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fulldir=$(readlink -f $mydir)
3030
checkout_version python-spark master && \
3131
checkout_version python-xdis && \
3232
checkout_version python-filecache python-3.1-to-3.2 && \
33+
checkout_version pycolumnize python-3.0-to-3.5 && \
3334
checkout_version python-uncompyle6 \
3435
)
3536
cd $owd

trepan/processor/cmdproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def print_location(proc_obj):
320320
remapped_file = fd.name
321321
pyficache.remap_file(remapped_file, filename)
322322
fd.close()
323-
intf_obj.msg(f"remapped file {filename} to {remapped_file} XX")
323+
intf_obj.msg(f"remapped file {filename} to {remapped_file}")
324324

325325
pass
326326
line = linecache.getline(filename, lineno, proc_obj.curframe.f_globals)

0 commit comments

Comments
 (0)