We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6694c53 commit 9ff038fCopy full SHA for 9ff038f
1 file changed
mprof
@@ -441,10 +441,10 @@ def plot_action():
441
else:
442
try:
443
n = int(arg)
444
+ if not profiles[n] in filenames:
445
+ filenames.append(profiles[n])
446
except ValueError:
447
print("Input file not found: " + arg)
- if not profiles[n] in filenames:
- filenames.append(profiles[n])
448
449
pl.figure(figsize=(14, 6), dpi=90)
450
if len(filenames) > 1 or options.no_timestamps:
0 commit comments