mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
ack-sync: Use a hidden local file.
This commit is contained in:
parent
71c25ec898
commit
3b4c72019a
2
ack-sync
2
ack-sync
@ -119,7 +119,7 @@ def test_install(dist, dsc_file):
|
||||
print >> sys.stderr, "E: %s failed to install. Please check log" % (changes_file)
|
||||
|
||||
def get_email_from_file(name):
|
||||
filename = os.path.expanduser("~/ack-sync-email.list")
|
||||
filename = os.path.expanduser("~/.ack-sync-email.list")
|
||||
if os.path.isfile(filename):
|
||||
csvfile = open(filename)
|
||||
csv_reader = csv.reader(csvfile)
|
||||
|
Loading…
x
Reference in New Issue
Block a user