Skip to content

Commit 9bdae0a

Browse files
committed
Move done print
1 parent fed4cf7 commit 9bdae0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuda_core/examples/jit_lto_fractal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@ def main():
296296
axs.axis("off")
297297
plt.show()
298298

299-
print("done!")
300-
301299

302300
if __name__ == "__main__":
303301
main()
302+
print("done!")

0 commit comments

Comments
 (0)