Skip to content

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 6, 2018
1 parent 1de8214 commit 69bfef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psrecord/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def monitor(pid, logfile=None, plot=None, duration=None, interval=None,

if plot:

# Use non-interactive backend, to enable operation on headless machines.
# Use non-interactive backend, to enable operation on headless machines
import matplotlib.pyplot as plt
with plt.rc_context({'backend': 'Agg'}):

Expand Down

0 comments on commit 69bfef9

Please sign in to comment.