Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
whyjz committed May 20, 2023
1 parent 018a6c4 commit 7e404c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carst/libconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def GetDEM(self):
return csv.GetDEM()
else:
print('Warning: No DEM-list file is given. Nothing will run.')
return [
return []

def GetImgPair(self, delimiter=','):

Expand Down

0 comments on commit 7e404c9

Please sign in to comment.