Skip to content

Commit b12973a

Browse files
committed
🐛 Fix alto4pandas CLI
1 parent 01c1762 commit b12973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mods4pandas/alto4pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def main():
252252
for prefix, uri in ns.items():
253253
ET.register_namespace(prefix, uri)
254254

255-
process()
255+
process_command()
256256

257257

258258
if __name__ == "__main__":

0 commit comments

Comments
 (0)