Author Topic: Panic log path error  (Read 1816 times)

Pirateinparadise

  • Full Member
  • ***
  • Posts: 173
Panic log path error
« on: February 18, 2017, 03:14:08 pm »
Umberto - The panic log path has a "/" where it should have a "\".




The drinking rum on the beach kind. Not the software stealing kind.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Panic log path error
« Reply #1 on: February 20, 2017, 10:41:36 am »
Umberto - The panic log path has a "/" where it should have a "\".

It's not an error. GSX is written in Python and, under Windows, the language interpreter translates automatically the forward slash into a backslash.