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 982318c commit 81cfce4Copy full SHA for 81cfce4
version_increment_pre.py
@@ -53,7 +53,7 @@
53
""".format(VERSION_PREFIX + str(VERSION_PATCH_NUMBER), datetime.datetime.now())
54
55
if os.environ.get('PLATFORMIO_INCLUDE_DIR') is not None:
56
- VERSION_HEADER = os.environ.get('PLATFORMIO_INCLUDE_DIR') + "/" + VERSION_HEADER
+ VERSION_HEADER = os.environ.get('PLATFORMIO_INCLUDE_DIR') + os.sep + VERSION_HEADER
57
elif os.path.exists("include"):
58
VERSION_HEADER = "include" + os.sep + VERSION_HEADER
59
else:
0 commit comments