tfixup! Add the try/catch logic to other modules - amprolla - devuan's apt repo merger
HTML git clone git://parazyd.org/amprolla.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6f7969127c33fcb2ff0ba7ab72e54fe2f5848fdf
DIR parent c65c85d66eca422c4aea2cdd2bd8d8e8c97981c6
HTML Author: parazyd <parazyd@dyne.org>
Date: Sun, 10 Dec 2017 21:31:06 +0100
fixup! Add the try/catch logic to other modules
Diffstat:
M amprolla_init.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/amprolla_init.py b/amprolla_init.py
t@@ -87,7 +87,7 @@ def main():
if __name__ == '__main__':
- try
+ try:
t1 = time()
check_lock()
main()