Changeset 4432
- Timestamp:
- Apr 25, 2017, 5:48:04 PM (4 years ago)
- Location:
- syncer-plank-client/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
syncer-plank-client/trunk/fuentes/debian/changelog
r4427 r4432 1 syncer-plank-client (0.2.1) xenial; urgency=medium 2 3 * Fix bug reading profile 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Tue, 25 Apr 2017 17:47:40 +0200 6 1 7 syncer-plank-client (0.2) xenial; urgency=medium 2 8 -
syncer-plank-client/trunk/fuentes/syncer-plank-client.install/usr/share/n4d/python-plugins/PlankSync.py
r4427 r4432 77 77 with open('/etc/syncer-plank/'+profile_name+'.sync','r') as f: 78 78 data=json.load(f) 79 return self._get_planks(data[ 2:])79 return self._get_planks(data[3:]) 80 80 except: 81 81 return False … … 135 135 #if __name__ == '__main__': 136 136 # sync=PlankSync() 137 # ret=sync. get_profiles()137 # ret=sync.read_profile('nuevo') 138 138 # print('{}'.format(ret)) 139 139
Note: See TracChangeset
for help on using the changeset viewer.