mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
Fix gns3server.utils.images in md5sum NameError: name 'log' is not
Fix #268
This commit is contained in:
parent
ddddac426b
commit
5125ddcde4
@ -18,6 +18,8 @@
|
||||
import os
|
||||
import hashlib
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
def md5sum(path):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user