You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use format string of Python 2, e.g. 'Training({%02d})'%epoch, the codesnap will be fail to save the snap or copy it to clipborad with the use of shutter. Can it mean that codesnap cannot support all python syntax (maybe only Python 3)? Why is this happening? Is this the same for other programming languages?
The text was updated successfully, but these errors were encountered:
When I use format string of Python 2, e.g.
'Training({%02d})'%epoch
, the codesnap will be fail to save the snap or copy it to clipborad with the use of shutter. Can it mean that codesnap cannot support all python syntax (maybe only Python 3)? Why is this happening? Is this the same for other programming languages?The text was updated successfully, but these errors were encountered: