CI updates
This commit is contained in:
@@ -10,5 +10,6 @@
|
||||
import os, sys
|
||||
if len(sys.argv) != 2:
|
||||
sys.exit(1)
|
||||
sys.stdout.write(os.path.realpath(sys.argv[1]))
|
||||
real_path = os.path.realpath(sys.argv[1])
|
||||
sys.stdout.write(real_path)
|
||||
sys.stdout.flush()
|
||||
|
||||
Reference in New Issue
Block a user