mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Try to debug travis
This commit is contained in:
parent
93eafd009d
commit
d7c0b755ab
@ -350,6 +350,9 @@ def check_convert(path_out):
|
||||
cmd = "qp_run SCF {0}.ezfio".format(path_out)
|
||||
subprocess.check_call([cmd], shell=True)
|
||||
|
||||
cmd = "ls -R {0}.ezfio/".format(path_out)
|
||||
subprocess.check_call([cmd], shell=True)
|
||||
|
||||
# ~#~#~#~#~ #
|
||||
# C h e c k #
|
||||
# ~#~#~#~#~ #
|
||||
|
Loading…
Reference in New Issue
Block a user