hi all. i'm developing a notebook workflow (standalone jupyter, not in arc), and i keep getting empty message outputs for all arcpy functions i use (createfilegdb, delete, pairwiseclip, dissolve)...see the screenshot below, for one example. this doesn't happen when using in for loops. is there any way to prevent these?
MatthewMassey_0-1675086673532.png
Solved! Go to Solution.
If you assign to a variable, the messages don't show:
JohannesLindner_0-1675087078127.png
If you assign to a variable, the messages don't show:
JohannesLindner_0-1675087078127.png
ha! so easy. thanks!