Skip to content

Commit

Permalink
fix syntex error
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Aug 23, 2024
1 parent b0c9bf9 commit 9ac85d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyufunc/util_geo/_gmns.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,7 @@ def _create_link_from_dataframe(df_link: pd.DataFrame) -> dict[int, Zone]:
)
link_dict[df_link.loc[i, 'link_id']] = link
except Exception as e:
print(f" : Unable to create link: {
df_link.loc[i, 'link_id']}, error: {e}", flush=True)
print(f" : Unable to create link: {df_link.loc[i, 'link_id']}, error: {e}", flush=True)
return link_dict
except Exception as e:
print(f" : Unable to create link: {e}", flush=True)
Expand Down

0 comments on commit 9ac85d6

Please sign in to comment.