Skip to content

Commit 3320697

Browse files
Linting
1 parent 8a116ea commit 3320697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/flow/scripts/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_cgroup_name():
179179
result = f.read()
180180
result = PID_REGEX.search(result).group()
181181
return result
182-
except FileNotFoundError as err:
182+
except FileNotFoundError:
183183
raise CylcError(
184184
'/proc/' + str(pid) + '/cgroup not found') from None
185185

0 commit comments

Comments
 (0)