diff options
author | Alexander Kabui | 2022-01-31 00:37:33 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-02-02 10:59:34 +0300 |
commit | 0865b53a22a93dc834f77b0b621e99f6d7b33e87 (patch) | |
tree | aa467f1547c7bf8f238faa08527576f6b506d73a /gn3/computations | |
parent | f92f8eccc39dc190cb7c8dd1c99f2bd57c3d2323 (diff) | |
download | genenetwork3-0865b53a22a93dc834f77b0b621e99f6d7b33e87.tar.gz |
pep8 formatting
Diffstat (limited to 'gn3/computations')
-rw-r--r-- | gn3/computations/ctl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/computations/ctl.py b/gn3/computations/ctl.py index 1a71056..a5c4565 100644 --- a/gn3/computations/ctl.py +++ b/gn3/computations/ctl.py @@ -31,6 +31,6 @@ def call_ctl_script(data): return output_file_data - except Exception as e: + except Exception as e: return str(e) |