diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:19:26 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:19:26 +0800 |
commit | b442a3ddf7f0452e5dd0d8c042a5e155effea154 (patch) | |
tree | 6556a965315015d961965f099bdfe1da4e38de8a /Code/utils.py | |
parent | 1c4b5c0208bd8335b685e594b146605e4453722e (diff) |
Fix error occurred while running update_network.py
Diffstat (limited to 'Code/utils.py')
-rw-r--r-- | Code/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Code/utils.py b/Code/utils.py index 27922d0..2451b91 100644 --- a/Code/utils.py +++ b/Code/utils.py @@ -2,6 +2,7 @@ # Purpose: check what new edges have been created today. # Created by Hui on 20 July 2021 +import os from datetime import datetime def get_edge_set(fname): |