Skip to content

Commit f89b178

Browse files
Aliya Nigamovaanigamova
authored andcommitted
Fix output name in FastScan
1 parent d156752 commit f89b178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tool_base/FastScan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def run_method(self):
144144
if page == len(doPars) - 1:
145145
extra = ")"
146146
print(extra)
147-
canv.Print(".pdf%s" % extra)
147+
canv.Print("%s.pdf%s" % (self.args.output, extra))
148148
page += 1
149149

150150
outfile.Write()

0 commit comments

Comments
 (0)