We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9a231 commit a141968Copy full SHA for a141968
gnuplotlib.py
@@ -1683,7 +1683,7 @@ def _checkpoint(self, flags=''):
1683
if self.processOptions.get('notest') and not waitforever and not final and not printwarnings:
1684
return None, None
1685
1686
- checkpoint = "gpsync{}xxx".format(self.sync_count)
+ checkpoint = f"gpsync{self.sync_count}xxx"
1687
self.sync_count += 1
1688
1689
self._printGnuplotPipe( 'print "{}"\n'.format(checkpoint) )
0 commit comments