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 ed901ea commit 8b1be47Copy full SHA for 8b1be47
scripts/waifulib/vpc_parser.py
@@ -90,6 +90,9 @@ def fix_dos_path( path ):
90
if find_path == '': find_path = './'
91
else: find_path += '/'
92
93
+ if not os.path.exists(find_path):
94
+ return find_path+filename
95
+
96
dirlist = os.listdir(find_path)
97
for file in dirlist:
98
if file == filename:
wscript
@@ -61,7 +61,7 @@ projects={
61
'serverbrowser',
62
'soundemittersystem',
63
'studiorender',
64
- 'thirdparty/StubSteamAPI',
+ 'stub_steam',
65
'tier0',
66
'tier1',
67
'tier2',
@@ -129,7 +129,7 @@ projects={
129
'vpklib',
130
'vstdlib',
131
'vtf',
132
- 'thirdparty/StubSteamAPI'
+ 'stub_steam'
133
]
134
}
135
0 commit comments