mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add some debug
This commit is contained in:
parent
e56089737b
commit
ec2d3ff99d
@ -102,6 +102,8 @@ def get_directory_hash(directory):
|
||||
traceback.print_exc()
|
||||
return -2
|
||||
|
||||
retVal = directory_hash.hexdigest()
|
||||
#print_yellow("Hash Value for {} is {}".format(directory,retVal))
|
||||
return directory_hash.hexdigest()
|
||||
|
||||
# Copyright (c) André Burgaud
|
||||
|
Loading…
Reference in New Issue
Block a user