update kd_blok

1 parent d6cd3d6b
......@@ -164,7 +164,7 @@ class FixNop(FixBlok):
return NOP
def nop(self):
return ".".join([self.kd_blok(), self["no_urut"], self["kd_jns_op"]])
return ".".join([self["kd_blok"], self["no_urut"], self["kd_jns_op"]])
def get_formatted(self):
s = ''
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!