Skip to content

Commit

Permalink
chore: New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Jul 7, 2024
1 parent e87c33d commit 58920fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions acd/l5x/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ def build(self) -> MapDevice:
r = RxMapDevice.from_bytes(results[0][3])

if r.record_format_version == 0x00:
return MapDevice(results[0][0], 0, 0, 0, 0, 0, [])
return MapDevice(results[0][0], 0, 0, 0, 0, 0, 0, [])
elif not r.body.valid:
return MapDevice("", 0, 0, 0, 0, 0, [])
return MapDevice("", 0, 0, 0, 0, 0, 0, [])

self._cur.execute(
"SELECT tag_reference, record_string FROM comments WHERE parent=" + str(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):

setup(
name="acd-tools",
version="0.2a1",
version="0.2a2",
description="Rockwell ACD File Tools",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 58920fc

Please sign in to comment.