aboutsummaryrefslogtreecommitdiff
path: root/pangraph/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'pangraph/build.py')
-rw-r--r--pangraph/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pangraph/build.py b/pangraph/build.py
index 5caceb3..92708a4 100644
--- a/pangraph/build.py
+++ b/pangraph/build.py
@@ -84,7 +84,7 @@ def main(args):
i += 1
tmp = f"{root}/tmp{i:03d}"
else:
- tmp = f"{root}/tmp{args.n:03d}"
+ tmp = f"{root}/tmp{args.num:03d}"
mkdir(tmp)
log("aligning")