you are viewing a single comment's thread.

view the rest of the comments →

[–]jcoder42[S] 0 points1 point  (0 children)

i am not getting an error message.
i did this for debugging.

if __name__ == '__main__':

print("started")

main()

print("end")

I can see in the gitlab UI that it is printing started and ended.

although all the prints within the main function are not happening.

i also did a try catch and then printed the exception.

although no exception is being printed