Skip to content

Commit b9dce87

Browse files
committed
Travis fix 3 (temporary) py39 -> python in ts script
1 parent af734af commit b9dce87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

transcrypt/development/shipment/shipment_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def open (self, url, run):
125125
shipDir = os.path.dirname (os.path.abspath (__file__)) .replace ('\\', '/')
126126
appRootDir = '/'.join (shipDir.split ('/')[ : -2])
127127

128-
transpileCommand = 'transcrypt' if commandArgs.inst else f'/{appRootDir}/ts'
128+
transpileCommand = 'ts' if commandArgs.inst else f'/{appRootDir}/ts'
129129

130130
print (f'\nApplication root directory: {appRootDir}\n')
131131

transcrypt/ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
py39 $(dirname $0)/__main__.py $@
1+
python $(dirname $0)/__main__.py $@

0 commit comments

Comments
 (0)