We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b428df commit 86fdb2aCopy full SHA for 86fdb2a
bin/j2py
@@ -68,6 +68,7 @@ def runOneOrMany(options):
68
for name in [name for name in files if name.endswith('.java')]:
69
fullname = path.join(dirname, name)
70
options.inputfile = fullname
71
+ info('opening %s', fullname)
72
if outfile and outfile != '-' and not isinstance(outfile, file):
73
full = path.abspath(path.join(outfile, fullname))
74
head, tail = path.split(full)
0 commit comments