diff --git a/rootfs/standard/var/www/mynode/device_info.py b/rootfs/standard/var/www/mynode/device_info.py index b64ad42c..0af4b681 100644 --- a/rootfs/standard/var/www/mynode/device_info.py +++ b/rootfs/standard/var/www/mynode/device_info.py @@ -421,7 +421,7 @@ def get_mynode_status(): def get_file_log(file_path): status_log = "" - if not os.path.isfile("file_path"): + if not os.path.isfile(file_path): return "MISSING FILE" try: