Merge pull request #106 from goodboy/fix_examples_in_docs
Add script "guards" to docs examplesfix_win_ci_again
commit
4bd3a14a68
|
@ -146,6 +146,7 @@ the hip new film we're shooting:
|
||||||
print("CUTTTT CUUTT CUT!!! Donny!! You're supposed to say...")
|
print("CUTTTT CUUTT CUT!!! Donny!! You're supposed to say...")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
tractor.run(main)
|
tractor.run(main)
|
||||||
|
|
||||||
|
|
||||||
|
@ -192,6 +193,8 @@ and use the ``run_in_actor()`` method:
|
||||||
|
|
||||||
print(await portal.result())
|
print(await portal.result())
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
tractor.run(main)
|
tractor.run(main)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue