Skip to content

Commit

Permalink
fixing python 3.12 DeprecationWarning. refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 22, 2024
1 parent 9c43cca commit 10ed703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/generateParkingAreaRerouters.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,6 @@ def main(cmd_args):


if __name__ == "__main__":
# see default start method 'fork' is unsafe and raises DeprecationWarning starting in Pythoon 3.12
multiprocessing.set_start_method('spawn')
main(sys.argv[1:])

0 comments on commit 10ed703

Please sign in to comment.