10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-01-11 05:28:29 +01:00

Typo and remove print

This commit is contained in:
Thomas Applencourt 2015-03-26 12:27:53 +01:00
parent 01a7a9c345
commit 246cc66936

View File

@ -246,7 +246,7 @@ def save_ezfio_provider(path_head, dict_code_provider):
path = "{0}/ezfio_interface.irp.f".format(path_head) path = "{0}/ezfio_interface.irp.f".format(path_head)
print "Path = {0}".format(path) # print "Path = {0}".format(path)
try: try:
f = open(path, "r") f = open(path, "r")
@ -369,6 +369,9 @@ def main():
-Take the EZFIO.cfg path in arg -Take the EZFIO.cfg path in arg
or or
-Look if EZFIO.cfg is present in the pwd -Look if EZFIO.cfg is present in the pwd
Return : - ezfio_interface.irp.f
- folder_ezfio_inteface_config
""" """
try: try: