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 625ff12 commit 7c02ca6Copy full SHA for 7c02ca6
setup.py
@@ -48,7 +48,7 @@ def run(self):
48
49
setup(
50
name="acd-tools",
51
- version="0.2a2",
+ version="0.2a3",
52
description="Rockwell ACD File Tools",
53
classifiers=[
54
"Development Status :: 3 - Alpha",
test/test_api.py
@@ -21,7 +21,7 @@ def test_extract_database_files():
21
22
23
def test_dump_to_files():
24
- export = ExportL5x(Path(os.path.join("..", "resources", "C05.ACD")))
+ export = ExportL5x(Path(os.path.join("..", "resources", "CuteLogix.ACD")))
25
DumpCompsRecords(export._cur, 0).dump(0)
26
27
0 commit comments