Skip to content

Commit eb668c8

Browse files
author
Scott Nellenbach
committed
commit post pydev branch merge
New python driver adds get_path method, which may address issue #51. Testing/docs tbd.
1 parent adaffd8 commit eb668c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ordt/extract/Ordt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
public class Ordt {
3636

37-
private static String version = "181009.01";
37+
private static String version = "181009.01";
3838
private static DebugController debug = new MyDebugController(); // override design annotations, input/output files
3939

4040
public enum InputType { RDL, JSPEC };

0 commit comments

Comments
 (0)