Skip to content

Commit f0f0295

Browse files
committed
Corrected output of fixes.
Fixed indentation of line that was causing only the last fix to be displayed.
1 parent b6c5d78 commit f0f0295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugspots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def get_code_hotspots(options):
121121

122122
hotspots[filename] += hotspot_factor
123123

124-
print(" -%s" % message)
124+
print(" -%s" % message)
125125

126126
sorted_hotspots = sorted(hotspots, key=hotspots.get, reverse=True)
127127

0 commit comments

Comments
 (0)