Skip to content

Commit

Permalink
fix for station command
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 5, 2015
1 parent 962ad00 commit e0a9db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/station_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def removeStation(tdb, cmdenv, station):
station.name(), station.ID, tdb.dbPath)


def checkResultAndMaybeExportStations(tdb, cmdenv, result):
def checkResultAndExportStations(tdb, cmdenv, result):
if not result:
return None
if cmdenv.noExport:
Expand Down

0 comments on commit e0a9db0

Please sign in to comment.