10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-27 21:27:35 +02: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)
print "Path = {0}".format(path)
# print "Path = {0}".format(path)
try:
f = open(path, "r")
@ -369,6 +369,9 @@ def main():
-Take the EZFIO.cfg path in arg
or
-Look if EZFIO.cfg is present in the pwd
Return : - ezfio_interface.irp.f
- folder_ezfio_inteface_config
"""
try: