Skip to content

Commit e36835d

Browse files
committed
fixed bug caused by package statement
1 parent 8aa66e9 commit e36835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ def get_indexed_array_type(x):
551551
yacc.parse(output_code)
552552

553553

554-
print header
555554
print "package com.pipelinescript;"
555+
print header
556556
print "public class Pipeline\n{"
557557
print functions
558558
print "public static void main(String[] args) throws Exception\n{"

0 commit comments

Comments
 (0)