git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-09-28 15:19:27 +0200
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-09-28 15:19:27 +0200
commit6589dc659146a12296b8cedb39bda2be3d38b8c3 (patch)
tree77256f1bc68a41227db27a0154fb08abd7801971
parent15b322c70a5661436ebbc8774d8e5fcffaae4c7a (diff)
downloadtimewarrior-holidays-6589dc659146a12296b8cedb39bda2be3d38b8c3.tar.bz2
bugfix: removal of limitation to first list member of args.locale
-rwxr-xr-xrefresh2
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh b/refresh
index b107112..586062c 100755
--- a/refresh
+++ b/refresh
@@ -110,7 +110,7 @@ def hparse(lines, locode, year):
def main(args):
if args.locale != [] and args.locale != None:
- locode = str(args.locale[0])
+ locode = args.locale
else:
locode = ["de-DE"]
if args.year != None and args.year != []: