Skip to content

Commit fe74879

Browse files
author
Dmitry Surnin
committed
Fix code validation
1 parent 3bae9ae commit fe74879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plenum/common/sys_util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import sys
55
import errno
66

7+
78
def getLoggedInUser():
89
if sys.platform == 'wind32':
910
return getpass.getuser()
@@ -34,4 +35,4 @@ def copyall(src, dst):
3435
if ex.errno == errno.ENOTDIR:
3536
shutil.copy(src, dst)
3637
else:
37-
raise
38+
raise

0 commit comments

Comments
 (0)