Changeset - c173c97afc3a
[Not reviewed]
0 1 0
Lance Edgar - 9 years ago 2015-08-25 13:39:43
ledgar@sacfoodcoop.com
Add temporary hack for sake of WinCE label batches.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rattail/wince.py
Show inline comments
 
@@ -70,7 +70,8 @@ def collect_batch(path, queue, device='Default'):
 
                })
 
    csv_file.close()
 

	
 
    files.locking_copy(csv_path, final_path)
 
    # TODO: Ugh, this locking copy situation is getting out of hand..FIXME.
 
    files.locking_copy_old(csv_path, final_path)
 

	
 

	
 
def parse_batch_file(path, progress=None):
0 comments (0 inline, 0 general)