Guest User

from /usr/share/bdisk/build.py

a guest
Jan 4th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1.         if not os.path.isfile('{0}/extra/{1}.png'.format(basedir, bdisk['uxname'])):
  2.             shutil.copy2(basedir + '/extra/bdisk.png', '{0}/{1}.png'.format(prepdir, bdisk['uxname']))
  3.         else:
  4.             shutil.copy2(basedir + '/extra/{0}.png'.format(bdisk['uxname']), '{0}/{1}.png'.format(prepdir, bdisk['uxname']))
Advertisement
Add Comment
Please, Sign In to add comment