mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Revert some mistakenly replaced '/' symbols earlier
This commit is contained in:
parent
5cbdc2f739
commit
2bbe511a6f
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ def runStages():
|
|||
continue
|
||||
index = index + 1
|
||||
version = ('#' + str(stage['version'])) if (stage['version'] != '0') else ''
|
||||
prefix = '[' + os.path.join(str(index), str(count)) + '](' + os.path.join(stage['location'], stage['name']) + version + ')'
|
||||
prefix = '[' + str(index) + '/' + str(count) + '](' + stage['location'] + '/' + stage['name'] + version + ')'
|
||||
print(prefix + ': ', end = '', flush=True)
|
||||
stage['key'] = computeCacheKey(stage)
|
||||
commands = removeDir(stage['name']) + '\n' + stage['commands']
|
||||
|
|
Loading…
Add table
Reference in a new issue