Skip to content

Commit c166671

Browse files
committed
Add very important call to main. Needed for testing
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
1 parent ce3501a commit c166671

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/version2query.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,7 @@ def main():
184184
return
185185

186186
cleanup()
187+
188+
189+
if __name__ == "__main__":
190+
main()

0 commit comments

Comments
 (0)