From aed9e8c2d60fa1fb96d2b5fb1f69a66727b54d8f Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 7 Oct 2020 18:29:18 +0200 Subject: [PATCH] change name --- ereuse_devicehub/resources/action/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/resources/action/views.py b/ereuse_devicehub/resources/action/views.py index 5c7e5a53..4c83f2a8 100644 --- a/ereuse_devicehub/resources/action/views.py +++ b/ereuse_devicehub/resources/action/views.py @@ -22,7 +22,7 @@ SUPPORTED_WORKBENCH = StrictVersion('11.0') TMP_SNAPSHOTS = 'tmp/snapshots' -def save_snapshot_on_file(snapshot_json): +def save_snapshot_in_file(snapshot_json): """ This function allow save a snapshot in json format un a TMP_SNAPSHOTS directory The file need to be saved with one name format with the stamptime and uuid joins