syntribos/syntribos
Rahul Nair a2f1d7c222 Fixing a bug due to getlogin() in syntribos
The bug is due to the fact that sometimes when using os.getlogin(),
Python is calling the system getlogin() function and returns a strerror
"No such file or dir", thus failing to get the login name.

Change-Id: I4156325d7435c69943b2bb736bd1ec7b4d060db4
Closes-Bug: #1640850
2016-11-10 15:20:24 -06:00
..
checks Adding python 3 compatibility and some minor styling changes 2016-10-14 17:39:29 -05:00
clients Adding python 3 compatibility and some minor styling changes 2016-10-14 17:39:29 -05:00
extensions Adding extension for common utility functions 2016-11-01 14:49:16 -05:00
formatters Revamped results schema 2016-08-29 15:40:02 -05:00
tests Introduced payload and template downloading 2016-10-28 14:42:12 -05:00
utils Fixing a bug due to getlogin() in syntribos 2016-11-10 15:20:24 -06:00
__init__.py Simplified imports and added constants 2016-06-21 13:34:39 -05:00
config.py Introduced payload and template downloading 2016-10-28 14:42:12 -05:00
constants.py A nit in seperator 2016-08-30 17:50:34 -05:00
issue.py Added signals to results output 2016-07-28 12:16:49 -05:00
result.py Loading payload from remote URI 2016-10-25 10:28:25 -05:00
runner.py Added pause/resume feature 2016-11-01 14:33:22 -05:00
signal.py Standardizing the way we diff signals 2016-08-24 18:16:12 -05:00