We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52deae2 commit b24d342Copy full SHA for b24d342
gpsdGPSListener.py
@@ -15,7 +15,7 @@
15
import configparser
16
17
exitFlag=False
18
-configfilename="./gps.cfg"
+configfilename=sys.path[0]+"/gps.cfg"
19
20
def setexit(flag):
21
exitFlag=flag
js8callutilsGPSD.py
@@ -59,7 +59,7 @@ def createConfigFile(configFileName):
59
config.write(configfile)
60
configfile.close()
61
62
-configfilename="./js8call.cfg"
+configfilename=sys.path[0]+"/js8call.cfg"
63
64
createConfigFile(configfilename)
65
0 commit comments