aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'icebox/icebox_html.py')
-rwxr-xr-xicebox/icebox_html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py
index d0288ce..98a65bb 100755
--- a/icebox/icebox_html.py
+++ b/icebox/icebox_html.py
@@ -556,7 +556,7 @@ if outdir is not None:
print("Writing %s/index.html.." % outdir, file=stdout)
sys.stdout = open("%s/index.html" % outdir, "w")
print_index()
-
+
for x in range(ic.max_x+1):
for y in range(ic.max_y+1):
if (x, y) in mktiles:
@@ -571,7 +571,7 @@ if outdir is not None:
os.system("icebox_chipdb %s > %s/%s" % ("-8" if mode8k else "", outdir, chipdbfile))
sys.stdout = stdout
-
+
elif (tx, ty) == (0, 0):
print_index()