@@ -11,7 +11,7 @@ class labkeyInterface:
try:
f=open(fname)
except OSError as e:
- print("Confgiuration error: OS error({0}): {1}").format(e.errno, e.strerror)
+ print("Confgiuration error: OS error({}): {}".format(e.errno, e.strerror))
raise
self.connectionConfig=json.load(f)
@@ -103,7 +103,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.10.6"
+ "version": "3.10.12"
}
},
"nbformat": 4,