This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
island-story
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove debug print
master
Forest Belton
3 years ago
parent
9acbfbafab
commit
f1b23cf53f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
scripts/generate_map.py
+ 0
- 1
scripts/generate_map.py
View File
@ -55,7 +55,6 @@ def generate_coll_map(
def
format_bytes
(
data
:
bytes
,
width
:
int
=
16
)
-
>
str
:
print
(
f
"
formatting with width={width}
"
)
lines
=
[
]
for
line_no
in
range
(
0
,
len
(
data
)
,
width
)
:
line
=
data
[
line_no
:
line_no
+
width
]
Write
Preview
Loading…
Cancel
Save