mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-08 12:10:06 +01:00
bugfix verbose mode
This commit is contained in:
@@ -243,7 +243,7 @@ class Osaca(object):
|
||||
"""
|
||||
# For testing
|
||||
print(os.path.isfile(self.filepath))
|
||||
p = self.filepath.split('/')
|
||||
p = '/'.join(self.filepath.split('/')[:-1])
|
||||
p = (subprocess.run(['ls', p],
|
||||
stdout=subprocess.PIPE).stdout.decode('utf-8'))
|
||||
print(p)
|
||||
|
||||
Reference in New Issue
Block a user