airalab / robonomics_comm

Robonomics communication package stack for ROS-enabled cyber-physical systems
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

mktemp is deprecated #140

Closed Vourhey closed 4 years ago

Vourhey commented 4 years ago

According to the official Python docs, mktemp() is deprecated

That said it's recommended to use mkstemp() insted link

I found one usage of mktemp here. Please take care of it