You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering build directory.
Extracting package.
Traceback (most recent call last):
File "./p4apprunner.py", line 320, in
main()
File "./p4apprunner.py", line 286, in main
tar = tarfile.open(args.app)
File "/usr/lib/python2.7/tarfile.py", line 1673, in open
return func(name, "r", fileobj, **kwargs)
File "/usr/lib/python2.7/tarfile.py", line 1738, in gzopen
fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj)
File "/usr/lib/python2.7/gzip.py", line 94, in init
fileobj = self.myfileobj = builtin.open(filename, mode or 'rb')
IOError: [Errno 21] Is a directory: '/tmp/app.tar.gz'
The text was updated successfully, but these errors were encountered:
You are welcome to create a new topic with your question in this public web forum https://forum.p4.org where I would guess that more people who might know an answer, or alternative to try, would read it.
Entering build directory.
Extracting package.
Traceback (most recent call last):
File "./p4apprunner.py", line 320, in
main()
File "./p4apprunner.py", line 286, in main
tar = tarfile.open(args.app)
File "/usr/lib/python2.7/tarfile.py", line 1673, in open
return func(name, "r", fileobj, **kwargs)
File "/usr/lib/python2.7/tarfile.py", line 1738, in gzopen
fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj)
File "/usr/lib/python2.7/gzip.py", line 94, in init
fileobj = self.myfileobj = builtin.open(filename, mode or 'rb')
IOError: [Errno 21] Is a directory: '/tmp/app.tar.gz'
The text was updated successfully, but these errors were encountered: